Add -Ztrait-solver=next-coherence
This commit is contained in:
parent
e0acff796a
commit
b637048a89
5 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue