about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2023-01-11 13:39:02 +0100
committerlcnr <rust@lcnr.de>2023-01-18 08:09:01 +0100
commitb738b0616093dbe6ce14bd640d44cf4252981d56 (patch)
treef07cdbc001ea07a18adb0d183060b7283edf97b4 /compiler/rustc_trait_selection/src/lib.rs
parentaaa9bb9e7bb4b8b565f2e1570587d6c21b13ab2d (diff)
downloadrust-b738b0616093dbe6ce14bd640d44cf4252981d56.tar.gz
rust-b738b0616093dbe6ce14bd640d44cf4252981d56.zip
update cache
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index 081ac966c69..6fa09410363 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -21,6 +21,7 @@
 #![feature(never_type)]
 #![feature(result_option_inspect)]
 #![feature(type_alias_impl_trait)]
+#![feature(min_specialization)]
 #![recursion_limit = "512"] // For rustdoc
 
 #[macro_use]