Skip to main content

check_no_parameters_use

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.