From 532149eb88e6d1d69d883727a216c22839cdf6cc Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Mon, 17 Jun 2024 17:59:08 -0400 Subject: Uplift the new trait solver --- compiler/rustc_next_trait_solver/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'compiler/rustc_next_trait_solver/src/lib.rs') diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs index ea3e18872fa..a6002bfd7ca 100644 --- a/compiler/rustc_next_trait_solver/src/lib.rs +++ b/compiler/rustc_next_trait_solver/src/lib.rs @@ -4,6 +4,12 @@ //! 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)] + +// TODO: remove this, use explicit imports. +#[macro_use] +extern crate tracing; + pub mod canonicalizer; pub mod infcx; pub mod resolve; -- cgit 1.4.1-3-g733a5