1
Fork 0

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:
bors 2022-07-23 07:59:54 +00:00
commit 47ba935965
3 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,3 @@
#![allow(rustc::potential_query_instability)]
#![feature(array_windows)]
#![feature(associated_type_bounds)]
#![feature(associated_type_defaults)]