mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
771fa1c0f1
Use `default_field_values` more in `Resolver` Extend more ways of building `FxHashSet`, `FxHashMap`, `UnordSet`, `UnordMap` and `DisambiguatorState` in `const` contexts to allow for more fields in `Resolver` to have a default value. `FxIndexSet`/`FxIndexMap` are still outstanding and not const-buildable. r? @petrochenkov