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 7a2e2f4 commit bf23992Copy full SHA for bf23992
compiler/rustc_lexer/src/lib.rs
@@ -707,7 +707,7 @@ impl Cursor<'_> {
707
(Float { base, empty_exponent }, suffix_start)
708
}
709
('e' | 'E', '_') => {
710
- // see above bock for similar apporach
+ // See above block for similar approach.
711
let non_exponent_suffix_start = self.pos_within_token();
712
self.bump();
713
while matches!(self.first(), '_') {
0 commit comments