about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2022-10-27 13:43:26 +0100
committerclubby789 <jamie@hill-daniel.co.uk>2022-10-31 16:43:57 +0000
commit20f2d8b841c8b206f82d8950a6c029aa8cf385da (patch)
treeca713717479b8a35d9b449e780a14506efd7d33b /compiler/rustc_data_structures/src
parent8e8fd02b272bf8ca8e4c8f4d20552ca26a468a80 (diff)
downloadrust-20f2d8b841c8b206f82d8950a6c029aa8cf385da.tar.gz
rust-20f2d8b841c8b206f82d8950a6c029aa8cf385da.zip
Specialize PartialEq for `Option<newtype>`
Diffstat (limited to 'compiler/rustc_data_structures/src')
-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 3a2000233c5..a7b2f97ac19 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -13,6 +13,7 @@
 #![feature(cell_leak)]
 #![feature(control_flow_enum)]
 #![feature(extend_one)]
+#![feature(spec_option_partial_eq)]
 #![feature(hash_raw_entry)]
 #![feature(hasher_prefixfree_extras)]
 #![feature(maybe_uninit_uninit_array)]