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 23307c1 commit bd8609cCopy full SHA for bd8609c
parser/src/soft_keywords.rs
@@ -102,7 +102,7 @@ where
102
let mut seen_equal = false;
103
while let Some(Ok((tok, _))) = self.underlying.peek() {
104
match tok {
105
- Tok::Newline => break,
+ Tok::Newline => break,
106
Tok::Name { .. } |
107
// We treat a soft keyword token following a type token as a
108
// name to support cases like `type type = int` or `type match = int`
0 commit comments