We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8899 commit 17390a1Copy full SHA for 17390a1
src/doc/reference.md
@@ -196,10 +196,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
196
| fn | for | if | impl | in |
197
| let | loop | macro | match | mod |
198
| move | mut | offsetof | override | priv |
199
-| pub | pure | ref | return | sizeof |
200
-| static | self | struct | super | true |
201
-| trait | type | typeof | unsafe | unsized |
202
-| 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 |
203
+| while | yield | | | |
204
205
206
Each of these keywords has special meaning in its grammar, and all of them are
0 commit comments