Uplift the new trait solver
This commit is contained in:
parent
baf94bddf0
commit
532149eb88
36 changed files with 2014 additions and 1457 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue