1
Fork 0

Remove eval_always for lib_features.

This commit is contained in:
Camille GILLOT 2021-05-20 20:57:09 +02:00
parent e6d2de9483
commit 877b2d79d9
5 changed files with 5 additions and 11 deletions

View file

@ -1485,9 +1485,8 @@ rustc_queries! {
desc { |tcx| "computing crate imported by `{}`", tcx.def_path_str(def_id.to_def_id()) }
}
query get_lib_features(_: ()) -> LibFeatures {
query lib_features(_: ()) -> LibFeatures {
storage(ArenaCacheSelector<'tcx>)
eval_always
desc { "calculating the lib features map" }
}
query defined_lib_features(_: CrateNum)