Skip to content

Commit d63b394

Browse files
committed
Merge mir query analysis invocations
1 parent 5c30c04 commit d63b394

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/rustc_interface/src/passes.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1002,10 +1002,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
10021002
if !tcx.is_typeck_child(def_id.to_def_id()) {
10031003
tcx.ensure_ok().mir_borrowck(def_id)
10041004
}
1005-
});
1006-
});
1007-
sess.time("MIR_effect_checking", || {
1008-
tcx.par_hir_body_owners(|def_id| {
10091005
tcx.ensure_ok().has_ffi_unwind_calls(def_id);
10101006

10111007
// If we need to codegen, ensure that we emit all errors from

0 commit comments

Comments
 (0)