Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force ensure stability_index.
  • Loading branch information
cjgillot committed Mar 3, 2022
1 parent 6f8e9f4 commit 7183882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_interface/src/passes.rs
Expand Up @@ -939,6 +939,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
// This marks the corresponding crate-level attributes
// as used, and ensures that their values are valid.
tcx.ensure().limits(());
tcx.ensure().stability_index(());
}
);
});
Expand Down

0 comments on commit 7183882

Please sign in to comment.