Auto merge of #152294 - JonathanBrouwer:rollup-ygNTxe8, r=JonathanBrouwer

Rollup of 3 pull requests

Successful merges:

 - rust-lang/rust#149960 (add `unreachable_cfg_select_predicates` lint)
 - rust-lang/rust#152168 (Port `rustc_intrinsic_const_stable_indirect` and `rustc_intrinsic` to the new attribute parser)
 - rust-lang/rust#152289 (Also duplicate `#[expect]` attribute in `#[derive]`-ed code)
This commit is contained in:
bors 2026-02-07 15:20:28 +00:00
commit c7f5f3e0d5
32 changed files with 443 additions and 90 deletions

View file

@ -3539,6 +3539,7 @@ dependencies = [
"rustc_abi",
"rustc_ast",
"rustc_ast_pretty",
"rustc_data_structures",
"rustc_errors",
"rustc_feature",
"rustc_hir",