diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-06-08 05:03:35 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-06-08 05:03:35 +0000 |
| commit | 1894b49ebbd52d3fafa9a1b6412f7932a696525e (patch) | |
| tree | 5b480c4e966d017bd18e3ce5768e23b08f9cbeb5 /compiler/rustc_interface/src | |
| parent | f413f157675f585eb3a7cae9a808d54d4ba32a29 (diff) | |
| parent | a5584a8fe16037dc01782064fa41424a6dbe9987 (diff) | |
| download | rust-1894b49ebbd52d3fafa9a1b6412f7932a696525e.tar.gz rust-1894b49ebbd52d3fafa9a1b6412f7932a696525e.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index ee41df6b1f6..2643e5c1926 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -976,13 +976,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) { }); rustc_hir_analysis::check_crate(tcx); - sess.time("MIR_coroutine_by_move_body", || { - tcx.par_hir_body_owners(|def_id| { - if tcx.needs_coroutine_by_move_body_def_id(def_id.to_def_id()) { - tcx.ensure_done().coroutine_by_move_body_def_id(def_id); - } - }); - }); // Freeze definitions as we don't add new ones at this point. // We need to wait until now since we synthesize a by-move body // for all coroutine-closures. |
