We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06f1dc commit 85bbbadCopy full SHA for 85bbbad
src/doc/grammar.md
@@ -172,6 +172,11 @@ token : simple_token | ident | literal | symbol | whitespace token ;
172
Each of these keywords has special meaning in its grammar, and all of them are
173
excluded from the `ident` rule.
174
175
+Not all of these keywords are used by the language. Some of them were used
176
+before Rust 1.0, and were left reserved once their implementations were
177
+removed. Some of them were reserved before 1.0 to make space for possible
178
+future features.
179
+
180
### Literals
181
182
```antlr
0 commit comments