Skip to content

Commit 8cb6bc3

Browse files
committed
Fix a comment.
1 parent 96b39f1 commit 8cb6bc3

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ impl<'a> Parser<'a> {
13751375
/// Parses things like parenthesized exprs, macros, `return`, etc.
13761376
///
13771377
/// 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()`.
1378+
/// correctly if called from `parse_expr_dot_or_call`.
13791379
fn parse_expr_bottom(&mut self) -> PResult<'a, P<Expr>> {
13801380
maybe_recover_from_interpolated_ty_qpath!(self, true);
13811381

0 commit comments

Comments
 (0)