Bump all mir_opt_level 2 to 3
This commit is contained in:
parent
f3b8920d4b
commit
782c7b04cf
5 changed files with 7 additions and 7 deletions
|
@ -52,7 +52,7 @@ crate fn is_enabled(tcx: TyCtxt<'_>) -> bool {
|
|||
return enabled;
|
||||
}
|
||||
|
||||
tcx.sess.mir_opt_level() >= 2
|
||||
tcx.sess.mir_opt_level() >= 3
|
||||
}
|
||||
|
||||
impl<'tcx> MirPass<'tcx> for Inline {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue