rollup merge of #21918: ranma42/replace-be
Conflicts: src/test/compile-fail/reserved-be.rs src/test/compile-fail/reserved-become.rs src/test/parse-fail/reserved-be.rs
This commit is contained in:
commit
6cf75ca05a
4 changed files with 6 additions and 6 deletions
|
|
@ -157,7 +157,7 @@ token : simple_token | ident | literal | symbol | whitespace token ;
|
|||
|
||||
| | | | | |
|
||||
|----------|----------|----------|----------|--------|
|
||||
| abstract | alignof | as | be | box |
|
||||
| abstract | alignof | as | become | box |
|
||||
| break | const | continue | crate | do |
|
||||
| else | enum | extern | false | final |
|
||||
| fn | for | if | impl | in |
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ grammar as double-quoted strings. Other tokens have exact rules given.
|
|||
|
||||
| | | | | |
|
||||
|----------|----------|----------|----------|---------|
|
||||
| abstract | alignof | as | be | box |
|
||||
| abstract | alignof | as | become | box |
|
||||
| break | const | continue | crate | do |
|
||||
| else | enum | extern | false | final |
|
||||
| fn | for | if | impl | in |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue