mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:16:45 +00:00
While `false` is accepted by `--cfg` it isn't by `#[cfg(false)]` since in that context `false` is the boolean not a ident.
While `false` is accepted by `--cfg` it isn't by `#[cfg(false)]` since in that context `false` is the boolean not a ident.