rust/compiler/rustc_feature
Jonathan Brouwer 972a53167c
Rollup merge of #149960 - folkertdev:cfg-select-unreachable-lint, r=JonathanBrouwer
add `unreachable_cfg_select_predicates` lint

tracking issue: https://github.com/rust-lang/rust/issues/115585

Split out from https://github.com/rust-lang/rust/pull/149783. This lint is emitted on branches of a `cfg_select!` that are statically known to be unreachable. The lint is only emitted when the feature is enabled, so this change specifically does not need an FCP, and the lint will be stabilized alongside the feature (see https://github.com/rust-lang/rust/pull/149783#issuecomment-3648000286).
2026-02-07 16:04:40 +01:00
..
src Rollup merge of #149960 - folkertdev:cfg-select-unreachable-lint, r=JonathanBrouwer 2026-02-07 16:04:40 +01:00
Cargo.toml remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00