We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e9f4 commit 7183882Copy full SHA for 7183882
compiler/rustc_interface/src/passes.rs
@@ -939,6 +939,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
939
// This marks the corresponding crate-level attributes
940
// as used, and ensures that their values are valid.
941
tcx.ensure().limits(());
942
+ tcx.ensure().stability_index(());
943
}
944
);
945
});
0 commit comments