mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Add a note
This commit is contained in:
parent
9d207cfbc8
commit
4c2d888a50
@ -1,3 +1,9 @@
|
||||
//! Crate containing the implementation of the next-generation trait solver.
|
||||
//!
|
||||
//! This crate may also contain things that are used by the old trait solver,
|
||||
//! 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.
|
||||
|
||||
pub mod canonicalizer;
|
||||
pub mod resolve;
|
||||
pub mod solve;
|
||||
|
Loading…
Reference in New Issue
Block a user