Skip to content

Commit 7183882

Browse files
committed
Force ensure stability_index.
1 parent 6f8e9f4 commit 7183882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_interface/src/passes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
939939
// This marks the corresponding crate-level attributes
940940
// as used, and ensures that their values are valid.
941941
tcx.ensure().limits(());
942+
tcx.ensure().stability_index(());
942943
}
943944
);
944945
});

0 commit comments

Comments
 (0)