rust/compiler/rustc_index
Matthias Krüger e461a3f6b9
Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxu
update `rustc_index_macros` feature handling

It seems that cargo can't [conditionally propagate features](214587c89d/compiler/rustc_index/Cargo.toml (L20)) if they were enabled by default on the target crate, but disabled with `default-features = false` in the current/parent crate.

Fixes #118129
2024-12-21 22:16:03 +01:00
..
src add MixedBitSet::clear 2024-12-17 18:54:39 +00:00
Cargo.toml update rustc_index_macros feature handling 2024-12-19 20:32:12 +03:00