File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
194194| else | enum | extern | false | final |
195195| fn | for | if | impl | in |
196196| let | loop | match | mod | move |
197- | mut | offsetof | once | 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 |
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 |
202202
203203
204204Each 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