diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-22 02:31:42 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-11-22 02:32:26 +0000 |
| commit | 01ff36a6b9e9134421c4e353ccbc904fdfe53be6 (patch) | |
| tree | 7965e79810df599931667bcb5465ed14d56b576c /compiler/rustc_interface/src | |
| parent | 75703c1a78c3cd99fa1347b237f3966fb8860e98 (diff) | |
| download | rust-01ff36a6b9e9134421c4e353ccbc904fdfe53be6.tar.gz rust-01ff36a6b9e9134421c4e353ccbc904fdfe53be6.zip | |
Get rid of HIR const checker
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 43a98782016..04da9e42f0a 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -828,7 +828,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) { tcx.ensure().check_mod_attrs(module); tcx.ensure().check_mod_naked_functions(module); tcx.ensure().check_mod_unstable_api_usage(module); - tcx.ensure().check_mod_const_bodies(module); }); }, { |
