We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34015c commit 3514741Copy full SHA for 3514741
compiler/rustc_parse/src/parser/path.rs
@@ -635,7 +635,6 @@ impl<'a> Parser<'a> {
635
return Ok(Some(self.dummy_const_arg_needs_braces(err, expr.span)));
636
}
637
638
- // self.parse_fn_call_expr();
639
// Try to recover from possible `const` arg without braces.
640
return self.recover_const_arg(start, err).map(Some);
641
0 commit comments