mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
2759545fda
This commit prepares common infrastructure for extension implication by removing `enable_features` closure which makes each feature test longer (because it needs extra `value` argument each time we test a feature). It comes with the overhead to enable each feature separately but later mitigated by the OS-independent extension implication logic.