Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used Relates #84447
This commit is contained in:
commit
47ba935965
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
#![allow(rustc::potential_query_instability)]
|
||||
#![feature(array_windows)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![feature(associated_type_defaults)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue