about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2025-07-12 10:58:33 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2025-07-17 23:04:19 +0000
commitf7e0891423cff18731e9c4616d0e99d404e914de (patch)
tree444e3caba9c08e9e50de5a61d035b2d96fed6a43 /compiler/rustc_interface/src
parent06f104fd7760eb28b6722f9509adaf6a63226567 (diff)
downloadrust-f7e0891423cff18731e9c4616d0e99d404e914de.tar.gz
rust-f7e0891423cff18731e9c4616d0e99d404e914de.zip
Retire stability_index query.
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs
index a438cde018c..998661d635a 100644
--- a/compiler/rustc_interface/src/passes.rs
+++ b/compiler/rustc_interface/src/passes.rs
@@ -1065,7 +1065,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
                 // This marks the corresponding crate-level attributes
                 // as used, and ensures that their values are valid.
                 tcx.ensure_ok().limits(());
-                tcx.ensure_ok().stability_index(());
             }
         );
     });