rust/compiler/rustc_data_structures
Oli Scherer d693a98f4e Fix VecMap::iter_mut
It used to allow you to mutate the key, even though that can invalidate the map by creating duplicate keys.
2021-07-22 11:20:29 +00:00
..
src Fix VecMap::iter_mut 2021-07-22 11:20:29 +00:00
Cargo.toml rustc_data_structures: Drop unused dependency on crossbeam-utils 2021-06-25 01:03:16 -07:00