We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2ad51 commit ee229f7Copy full SHA for ee229f7
1 file changed
src/librustc_driver/driver.rs
@@ -1283,7 +1283,7 @@ where
1283
1284
time(sess,
1285
"MIR borrow checking",
1286
- || tcx.par_body_owners(|def_id| { tcx.mir_borrowck(def_id); }));
+ || tcx.par_body_owners(|def_id| { tcx.ensure().mir_borrowck(def_id); }));
1287
1288
time(sess, "dumping chalk-like clauses", || {
1289
rustc_traits::lowering::dump_program_clauses(tcx);
0 commit comments