1
Fork 0

rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used

This commit is contained in:
Niklas Jonsson 2022-07-13 22:23:55 +02:00
parent e6c43cf8b9
commit b47a934194
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)]