rustc_codegen_ssa::codegen_attrs

Function check_tied_features

Source
pub fn check_tied_features(
    sess: &Session,
    features: &FxHashMap<&str, bool>,
) -> Option<&'static [&'static str]>
Expand description

Given a map from target_features to whether they are enabled or disabled, ensure only valid combinations are allowed.