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.
2 parents 9863f2c + 17390a1 commit 292a25fCopy full SHA for 292a25f
src/doc/reference.md
@@ -198,10 +198,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
198
| fn | for | if | impl | in |
199
| let | loop | macro | match | mod |
200
| move | mut | offsetof | override | priv |
201
-| pub | pure | ref | return | sizeof |
202
-| static | self | struct | super | true |
203
-| trait | type | typeof | unsafe | unsized |
204
-| use | virtual | where | while | yield |
+| proc | pub | pure | ref | return |
+| Self | self | sizeof | static | struct |
+| super | trait | true | type | typeof |
+| unsafe | unsized | use | virtual | where |
205
+| while | yield | | | |
206
207
208
Each of these keywords has special meaning in its grammar, and all of them are
0 commit comments