mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
47ff773632
While `false` is accepted by `--cfg` it isn't by `#[cfg(false)]` since in that context `false` is the boolean not a ident.