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 a54f6dc commit 19c1baaCopy full SHA for 19c1baa
compiler/rustc_interface/src/passes.rs
@@ -930,6 +930,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
930
// This marks the corresponding crate-level attributes
931
// as used, and ensures that their values are valid.
932
tcx.ensure().limits(());
933
+ tcx.ensure().stability_index(());
934
}
935
);
936
});
0 commit comments