about summary refs log tree commit diff
path: root/compiler/rustc_next_trait_solver/src/lib.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-06-18 13:21:48 -0400
committerMichael Goulet <michael@errs.io>2024-06-18 18:52:48 -0400
commit9b0f9ef42eaef33282c05e698668aff0502885db (patch)
tree878485b92f5546154b00b2d402421cf29ff89c11 /compiler/rustc_next_trait_solver/src/lib.rs
parentc20d909701379ac932a49a946fb478477d907041 (diff)
downloadrust-9b0f9ef42eaef33282c05e698668aff0502885db.tar.gz
rust-9b0f9ef42eaef33282c05e698668aff0502885db.zip
Make rustc_next_trait_solver nightly again
Diffstat (limited to 'compiler/rustc_next_trait_solver/src/lib.rs')
-rw-r--r--compiler/rustc_next_trait_solver/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs
index 79c6925221e..ea3e18872fa 100644
--- a/compiler/rustc_next_trait_solver/src/lib.rs
+++ b/compiler/rustc_next_trait_solver/src/lib.rs
@@ -4,8 +4,6 @@
 //! but were uplifted in the process of making the new trait solver generic.
 //! So if you got to this crate from the old solver, it's totally normal.
 
-#![feature(let_chains)]
-
 pub mod canonicalizer;
 pub mod infcx;
 pub mod resolve;