mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
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