mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +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.