fn apply_overrides(
tcx: TyCtxt<'_>,
did: LocalDefId,
codegen_fn_attrs: &mut CodegenFnAttrs,
)
Expand description
Applies overrides for codegen fn attrs. These often have a specific reason why they’re necessary. Please comment why when adding a new one!