Remove chalk from the compiler
This commit is contained in:
parent
8931edf746
commit
810fbf086d
61 changed files with 16 additions and 3779 deletions
|
@ -737,8 +737,6 @@ pub enum PrintRequest {
|
|||
pub enum TraitSolver {
|
||||
/// Classic trait solver in `rustc_trait_selection::traits::select`
|
||||
Classic,
|
||||
/// Chalk trait solver
|
||||
Chalk,
|
||||
/// Experimental trait solver in `rustc_trait_selection::solve`
|
||||
Next,
|
||||
/// Use the new trait solver during coherence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue