mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
6cd5be81cc
Fix grammar verification * Use make check-lexer to verify the grammar. * Extend grammar/README * Add make clean-grammar rule * Add target check-build-lexer-verifier to make tidy, so it will build the verifier with every build and catch future errors This is the continuation of #34994 r? @steveklabnik @jonathandturner @alexcrichton