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 5c30c04 commit d63b394Copy full SHA for d63b394
compiler/rustc_interface/src/passes.rs
@@ -1002,10 +1002,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
1002
if !tcx.is_typeck_child(def_id.to_def_id()) {
1003
tcx.ensure_ok().mir_borrowck(def_id)
1004
}
1005
- });
1006
1007
- sess.time("MIR_effect_checking", || {
1008
- tcx.par_hir_body_owners(|def_id| {
1009
tcx.ensure_ok().has_ffi_unwind_calls(def_id);
1010
1011
// If we need to codegen, ensure that we emit all errors from
0 commit comments