about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/lib.rs
diff options
context:
space:
mode:
authorWaffle Lapkin <waffle.lapkin@gmail.com>2024-04-29 01:53:54 +0200
committerWaffle Lapkin <waffle.lapkin@gmail.com>2024-05-02 03:49:46 +0200
commit3c815a644cd1f9139efe960c0d2ba3accdc4092b (patch)
treea65970cf87711ac0c357d0966ce891959e38d661 /compiler/rustc_data_structures/src/lib.rs
parentfe9c5e651092786565b077841f69fa5559701ae5 (diff)
downloadrust-3c815a644cd1f9139efe960c0d2ba3accdc4092b.tar.gz
rust-3c815a644cd1f9139efe960c0d2ba3accdc4092b.zip
Add `UnordMap::try_insert`
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 0c322939db9..cf54e700e2b 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -25,6 +25,7 @@
 #![feature(lazy_cell)]
 #![feature(lint_reasons)]
 #![feature(macro_metavar_expr)]
+#![feature(map_try_insert)]
 #![feature(maybe_uninit_uninit_array)]
 #![feature(min_specialization)]
 #![feature(negative_impls)]