Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #158263 - oli-obk:feature-once, r=petrochenkov
Only load the feature list once in the entire resolver
I saw that a bunch of code in ast validation and other early logic just had the features query called once and stored the result. Let's see what the resolver does with that.