mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
5a7e4c6b5a
Enable conditional compilation checking on the Rust codebase This pull-request enable conditional compilation checking on every rust project build by the `bootstrap` tool. To be more specific, this PR only enable well known names checking + extra names (bootstrap, parallel_compiler, ...). r? `@Mark-Simulacrum`