diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-18 05:01:38 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-18 05:01:38 +0000 |
| commit | 789d1a4fc311301860a0decb0c327cbca7ca1c59 (patch) | |
| tree | b4a1a7fd48dd39f16ceb524733fc63c613c7e47c /compiler/rustc_interface/src | |
| parent | 4320e6f474ba042f235327c4afe0f27cd454a565 (diff) | |
| parent | ac17c3486c6fdfbb0c3c18b99f3d8dfbff625d29 (diff) | |
| download | rust-789d1a4fc311301860a0decb0c327cbca7ca1c59.tar.gz rust-789d1a4fc311301860a0decb0c327cbca7ca1c59.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 4 |
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 |
