rustc_codegen_ssa::target_features

Function from_target_feature

source
pub(crate) fn from_target_feature(
    tcx: TyCtxt<'_>,
    attr: &Attribute,
    supported_target_features: &UnordMap<String, Option<Symbol>>,
    target_features: &mut Vec<TargetFeature>,
)