diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2025-05-30 16:01:00 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-06-10 08:41:23 +0000 |
| commit | 1b9d38dd08d2e09b2ea6b18a0201252203f63e27 (patch) | |
| tree | 40c029201345dd40a2882efde54ee7da3ab70eb8 /compiler/rustc_interface/src | |
| parent | b73bf3c0b52d3fa61f0110f3fc867ca69f9f43ae (diff) | |
| download | rust-1b9d38dd08d2e09b2ea6b18a0201252203f63e27.tar.gz rust-1b9d38dd08d2e09b2ea6b18a0201252203f63e27.zip | |
Remove check_mod_loops query and run the checks per-body instead
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 2643e5c1926..99520a3fea3 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -954,7 +954,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) { tcx.ensure_ok().exportable_items(LOCAL_CRATE); tcx.ensure_ok().stable_order_of_exportable_impls(LOCAL_CRATE); tcx.par_hir_for_each_module(|module| { - tcx.ensure_ok().check_mod_loops(module); tcx.ensure_ok().check_mod_attrs(module); tcx.ensure_ok().check_mod_unstable_api_usage(module); }); |
