mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
oops, remove println
This commit is contained in:
parent
0a18a050b5
commit
dc68b89469
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ fn closure_expr(p: &mut Parser) -> CompletedMarker {
|
||||||
// fn main() { || -> i32 { 92 }(); }
|
// fn main() { || -> i32 { 92 }(); }
|
||||||
block_expr(p);
|
block_expr(p);
|
||||||
} else if p.at_ts(EXPR_FIRST) {
|
} else if p.at_ts(EXPR_FIRST) {
|
||||||
println!("gg");
|
|
||||||
expr(p);
|
expr(p);
|
||||||
} else {
|
} else {
|
||||||
p.error("expected expression");
|
p.error("expected expression");
|
||||||
|
|
Loading…
Reference in a new issue