We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3349b68 + 710c1f4 commit 6967005Copy full SHA for 6967005
compiler/rustc_parse/src/parser/expr.rs
@@ -831,7 +831,7 @@ impl<'a> Parser<'a> {
831
self.struct_span_err(self.token.span, &format!("unexpected token: `{}`", actual)).emit();
832
}
833
834
- // We need and identifier or integer, but the next token is a float.
+ // We need an identifier or integer, but the next token is a float.
835
// Break the float into components to extract the identifier or integer.
836
// FIXME: With current `TokenCursor` it's hard to break tokens into more than 2
837
// parts unless those parts are processed immediately. `TokenCursor` should either
0 commit comments