Skip to content

Commit f3a2552

Browse files
kmcallisterManishearth
authored andcommitted
Reserve the keyword 'macro'
1 parent 56596ed commit f3a2552

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ grammar as double-quoted strings. Other tokens have exact rules given.
193193
| break | const | continue | crate | do |
194194
| else | enum | extern | false | final |
195195
| 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 |
202202

203203

204204
Each of these keywords has special meaning in its grammar, and all of them are

0 commit comments

Comments
 (0)