1
Fork 0

Remove chalk from the compiler

This commit is contained in:
Michael Goulet 2023-07-03 15:19:08 +00:00
parent 8931edf746
commit 810fbf086d
61 changed files with 16 additions and 3779 deletions

View file

@ -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