Skip to content

Commit b68575f

Browse files
Add a note
1 parent 54f50c1 commit b68575f

File tree

1 file changed

+6
-0
lines changed
  • compiler/rustc_next_trait_solver/src

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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+
17
pub mod canonicalizer;
28
pub mod resolve;
39
pub mod solve;

0 commit comments

Comments
 (0)