about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2022-08-22 16:53:34 -0300
committerSantiago Pastorino <spastorino@gmail.com>2022-08-23 08:55:43 -0300
commit5ff45dc89efdaabe903e5bff4dc1c170def7b325 (patch)
tree1e19762cb2fe6a622c0ac5f00cf235a295c67500 /compiler/rustc_trait_selection/src/lib.rs
parent1cff5642037b83ce1239a624bbe617a9aa0d59b1 (diff)
downloadrust-5ff45dc89efdaabe903e5bff4dc1c170def7b325.tar.gz
rust-5ff45dc89efdaabe903e5bff4dc1c170def7b325.zip
Move InferCtxtExt to rustc_trait_selection
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 9c252fcfe1c..ce48d4c99e9 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -20,6 +20,7 @@
 #![feature(let_else)]
 #![feature(if_let_guard)]
 #![feature(never_type)]
+#![feature(type_alias_impl_trait)]
 #![recursion_limit = "512"] // For rustdoc
 
 #[macro_use]