mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
9d733eca06
Allow boolean literals in `check-cfg` https://github.com/rust-lang/rust/pull/138632#issuecomment-2738114495 This makes it consistent with `--cfg` We could alternatively add a forward-compatible lint against `--cfg true/false` r? `@Urgau`