Force ensure stability_index.

This commit is contained in:
Camille GILLOT 2022-01-16 19:36:22 +01:00
parent 6f8e9f416a
commit 71838827b6
1 changed files with 1 additions and 0 deletions

View File

@ -939,6 +939,7 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
// This marks the corresponding crate-level attributes // This marks the corresponding crate-level attributes
// as used, and ensures that their values are valid. // as used, and ensures that their values are valid.
tcx.ensure().limits(()); tcx.ensure().limits(());
tcx.ensure().stability_index(());
} }
); );
}); });