File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,12 @@ grammar as double-quoted strings. Other tokens have exact rules given.
193
193
| break | const | continue | crate | do |
194
194
| else | enum | extern | false | final |
195
195
| fn | for | if | impl | in |
196
- | let | loop | match | mod | move |
197
- | mut | offsetof | override | priv | pub |
198
- | pure | ref | return | sizeof | static |
199
- | self | struct | super | true | trait |
200
- | type | typeof | unsafe | unsized | use |
201
- | virtual | where | while | yield |
196
+ | let | loop | macro | match | mod |
197
+ | move | mut | offsetof | override | priv |
198
+ | pub | pure | ref | return | sizeof |
199
+ | static | self | struct | super | true |
200
+ | trait | type | typeof | unsafe | unsized |
201
+ | use | virtual | where | while | yield |
202
202
203
203
204
204
Each of these keywords has special meaning in its grammar, and all of them are
You can’t perform that action at this time.
0 commit comments