about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-05-18 06:35:03 +0000
committerGitHub <noreply@github.com>2025-05-18 06:35:03 +0000
commit0abf62f692d6e963a3c8cfdc402586a2be7bac51 (patch)
tree866dc9b5d510f157c9c3814de5ff426133d828be /compiler/rustc_interface/src
parent0a28db2d5b79f71f0f1b4a05dfb2363da03e268e (diff)
parent48093fd6959835408dc15d878ad7ae0d9c469a42 (diff)
downloadrust-0abf62f692d6e963a3c8cfdc402586a2be7bac51.tar.gz
rust-0abf62f692d6e963a3c8cfdc402586a2be7bac51.zip
Merge pull request #4327 from rust-lang/rustup-2025-05-18
Automatic Rustup
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs
index b554cc715fe..e28639576f0 100644
--- a/compiler/rustc_interface/src/passes.rs
+++ b/compiler/rustc_interface/src/passes.rs
@@ -1001,10 +1001,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
                 tcx.ensure_ok().check_unsafety(def_id);
                 tcx.ensure_ok().mir_borrowck(def_id)
             }
-        });
-    });
-    sess.time("MIR_effect_checking", || {
-        tcx.par_hir_body_owners(|def_id| {
             tcx.ensure_ok().has_ffi_unwind_calls(def_id);
 
             // If we need to codegen, ensure that we emit all errors from