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 bf23992 commit 633b1b0Copy full SHA for 633b1b0
compiler/rustc_lexer/src/lib.rs
@@ -725,7 +725,7 @@ impl Cursor<'_> {
725
}
726
727
('e' | 'E', '0'..='9' | '+' | '-') => {
728
- // definitely an exponent
+ // // Definitely an exponent (which still can be empty).
729
self.bump();
730
let empty_exponent = !self.eat_float_exponent();
731
let suffix_start = self.pos_within_token();
0 commit comments