diff options
| author | Chai T. Rex <ChaiTRex@users.noreply.github.com> | 2020-10-18 15:45:09 -0400 |
|---|---|---|
| committer | Chai T. Rex <ChaiTRex@users.noreply.github.com> | 2020-10-18 15:45:09 -0400 |
| commit | c2de8fe29443d8c9c70da66dee2c99d4c8d04930 (patch) | |
| tree | 626683e48816059c6b02c3d9e06cdccea2cfa2b7 /compiler/rustc_data_structures/src | |
| parent | 98e16884b10630e6e6ef5f4a076af3409122401d (diff) | |
| download | rust-c2de8fe29443d8c9c70da66dee2c99d4c8d04930.tar.gz rust-c2de8fe29443d8c9c70da66dee2c99d4c8d04930.zip | |
Stabilize or_insert_with_key
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/sso/map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/sso/map.rs b/compiler/rustc_data_structures/src/sso/map.rs index fa510e58314..7aca6fd93f2 100644 --- a/compiler/rustc_data_structures/src/sso/map.rs +++ b/compiler/rustc_data_structures/src/sso/map.rs @@ -40,7 +40,7 @@ const SSO_ARRAY_SIZE: usize = 8; // into_keys/into_values (unstable) // all raw_entry-related // PartialEq/Eq (requires sorting the array) -// Entry::or_insert_with_key (unstable) +// Entry::or_insert_with_key // Vacant/Occupied entries and related // // FIXME: In HashMap most methods accepting key reference |
