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 1a6bda6 commit 3af6291Copy full SHA for 3af6291
src/libsyntax/parse/lexer/mod.rs
@@ -516,6 +516,7 @@ impl<'a> StringReader<'a> {
516
return None;
517
}
518
let start = self.pos;
519
+ self.bump();
520
while ident_continue(self.ch) {
521
self.bump();
522
@@ -1155,6 +1156,7 @@ impl<'a> StringReader<'a> {
1155
1156
1157
1158
1159
1160
1161
1162
0 commit comments