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