mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
5237c4d83d
Remove allow(rustc::potential_query_instability) in rustc_const_eval The use of FxHashMap has been replaced with FxIndexMap. Related to #84447