diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-28 22:11:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 22:11:58 +0200 |
| commit | b18d8612c8e73604f0721449ce6126f80ad83a98 (patch) | |
| tree | b3d45c6461791cc43618bf54ba8b0929ec11ec14 /src/test/debuginfo/enum-thinlto.rs | |
| parent | 488381ce9ef0ceabe83b73127c659e5d38137df0 (diff) | |
| parent | 800bd3a11c45ef62726b1c29c2c165e2dbf85ae2 (diff) | |
| download | rust-b18d8612c8e73604f0721449ce6126f80ad83a98.tar.gz rust-b18d8612c8e73604f0721449ce6126f80ad83a98.zip | |
Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-Simulacrum
data_structures: Add deterministic FxHashMap and FxHashSet wrappers StableMap A wrapper for FxHashMap that allows to `insert`, `remove`, `get`, `get_mut` and convert a hashmap into a sorted vector using the method `into_sorted_vector` but no iteration support. StableSet A wrapper for FxHashSet that allows to `insert`, `remove`, `get` and convert a hashset into a sorted vector using the method `into_sorted_vector` but no iteration support. Addresses issue #63713
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions
