fn asm_target_features<'tcx>(
    tcx: TyCtxt<'tcx>,
    did: DefId
) -> &'tcx FxHashSet<Symbol>
Expand description

Computes the set of target features used in a function for the purposes of inline assembly.