fn asm_target_features(tcx: TyCtxt<'_>, did: DefId) -> &FxIndexSet<Symbol>
Expand description
Computes the set of target features used in a function for the purposes of inline assembly.
fn asm_target_features(tcx: TyCtxt<'_>, did: DefId) -> &FxIndexSet<Symbol>
Computes the set of target features used in a function for the purposes of inline assembly.