mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Use ensure for mir_borrowck
This commit is contained in:
parent
0e2ad51e36
commit
ee229f7fd0
@ -1283,7 +1283,7 @@ where
|
||||
|
||||
time(sess,
|
||||
"MIR borrow checking",
|
||||
|| tcx.par_body_owners(|def_id| { tcx.mir_borrowck(def_id); }));
|
||||
|| tcx.par_body_owners(|def_id| { tcx.ensure().mir_borrowck(def_id); }));
|
||||
|
||||
time(sess, "dumping chalk-like clauses", || {
|
||||
rustc_traits::lowering::dump_program_clauses(tcx);
|
||||
|
Loading…
Reference in New Issue
Block a user