mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
1ca9ed61d6
There were some tokens used in the grammar but not declared. Antlr doesn't really seem to care and happily uses them, but they appear in RustLexer.tokens in a potentially-unexpected order.