rustc_mir_transform
1.79.0-nightly
(e3181b091 2024-04-18)
In rustc_mir_transform::pass_manager
?
Settings
Function
rustc_mir_transform
::
pass_manager
::
should_run_pass
Copy item path
source
·
[
−
]
pub fn should_run_pass<'tcx, P>(tcx:
TyCtxt
<'tcx>, pass:
&P
) ->
bool
where P:
MirPass
<'tcx> + ?
Sized
,