1
Fork 0

Add -Ztrait-solver=next-coherence

This commit is contained in:
Michael Goulet 2023-05-31 01:02:40 +00:00
parent e0acff796a
commit b637048a89
5 changed files with 14 additions and 0 deletions

View file

@ -610,6 +610,8 @@ pub enum TraitSolver {
Chalk,
/// Experimental trait solver in `rustc_trait_selection::solve`
Next,
/// Use the new trait solver during coherence
NextCoherence,
}
pub enum Input {