rustc_passes::naked_functions

Function check_no_parameters_use

Source
fn check_no_parameters_use<'tcx>(tcx: TyCtxt<'tcx>, body: &'tcx Body<'tcx>)
Expand description

Checks that function parameters aren’t used in the function body.