Function rustc_passes::naked_functions::check_asm

source ยท
fn check_asm<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: LocalDefId,
    body: &'tcx Body<'tcx>,
)
Expand description

Checks that function body contains a single inline assembly block.