1
Fork 0

Feed the features_query instead of grabbing it from the session lazily

This commit is contained in:
Oli Scherer 2022-12-05 17:52:17 +00:00
parent fbe2d5aad2
commit d36db0d2a0
6 changed files with 5 additions and 5 deletions

View file

@ -2041,7 +2041,7 @@ rustc_queries! {
}
query features_query(_: ()) -> &'tcx rustc_feature::Features {
eval_always
feedable
desc { "looking up enabled feature gates" }
}