Skip to content

Commit 19c1baa

Browse files
committed
Force ensure stability_index.
1 parent a54f6dc commit 19c1baa

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
@@ -930,6 +930,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
930930
// This marks the corresponding crate-level attributes
931931
// as used, and ensures that their values are valid.
932932
tcx.ensure().limits(());
933+
tcx.ensure().stability_index(());
933934
}
934935
);
935936
});

0 commit comments

Comments
 (0)