diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-17 11:58:38 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-18 10:40:30 -0400 |
| commit | baf94bddf0503bb97376534d10883dbf678bfc6a (patch) | |
| tree | 9e597c5045942f9229841fd5932258c217dfbd6f /compiler/rustc_next_trait_solver/src/lib.rs | |
| parent | e7d2d95e5a6353e6cf0321c812c556130954302c (diff) | |
| download | rust-baf94bddf0503bb97376534d10883dbf678bfc6a.tar.gz rust-baf94bddf0503bb97376534d10883dbf678bfc6a.zip | |
SolverDelegate
Diffstat (limited to 'compiler/rustc_next_trait_solver/src/lib.rs')
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs index 144caf36ee5..ea3e18872fa 100644 --- a/compiler/rustc_next_trait_solver/src/lib.rs +++ b/compiler/rustc_next_trait_solver/src/lib.rs @@ -5,5 +5,6 @@ //! So if you got to this crate from the old solver, it's totally normal. pub mod canonicalizer; +pub mod infcx; pub mod resolve; pub mod solve; |
