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 96b39f1 commit 8cb6bc3Copy full SHA for 8cb6bc3
compiler/rustc_parse/src/parser/expr.rs
@@ -1375,7 +1375,7 @@ impl<'a> Parser<'a> {
1375
/// Parses things like parenthesized exprs, macros, `return`, etc.
1376
///
1377
/// N.B., this does not parse outer attributes, and is private because it only works
1378
- /// correctly if called from `parse_dot_or_call_expr()`.
+ /// correctly if called from `parse_expr_dot_or_call`.
1379
fn parse_expr_bottom(&mut self) -> PResult<'a, P<Expr>> {
1380
maybe_recover_from_interpolated_ty_qpath!(self, true);
1381
0 commit comments