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.
fn check_asm<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: LocalDefId,
body: &'tcx Body<'tcx>,
)
Checks that function body contains a single inline assembly block.