rustc_passes::naked_functions

Function 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.