Skip to content

Commit cbc1202

Browse files
committed
Force ensure stability_index.
1 parent 47f71b0 commit cbc1202

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
@@ -938,6 +938,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
938938
// This marks the corresponding crate-level attributes
939939
// as used, and ensures that their values are valid.
940940
tcx.ensure().limits(());
941+
tcx.ensure().stability_index(());
941942
}
942943
);
943944
});

0 commit comments

Comments
 (0)