pub fn check_tied_features(
target: &Target,
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. Returns Some if a violation is found.