We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f50c1 commit b68575fCopy full SHA for b68575f
compiler/rustc_next_trait_solver/src/lib.rs
@@ -1,3 +1,9 @@
1
+//! Crate containing the implementation of the next-generation trait solver.
2
+//!
3
+//! This crate may also contain things that are used by the old trait solver,
4
+//! but were uplifted in the process of making the new trait solver generic.
5
+//! So if you got to this crate from the old solver, it's totally normal.
6
+
7
pub mod canonicalizer;
8
pub mod resolve;
9
pub mod solve;
0 commit comments