We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d99f40 commit aa28b77Copy full SHA for aa28b77
compiler/rustc_middle/src/ty/fast_reject.rs
@@ -62,6 +62,9 @@ pub enum TreatParams {
62
/// correct mode for *lookup*, as during candidate selection.
63
///
64
/// N.B. during deep rejection, this acts identically to `ForLookup`.
65
+ ///
66
+ /// FIXME(-Ztrait-solver=next): Remove this variant and cleanup
67
+ /// the code.
68
NextSolverLookup,
69
}
70
0 commit comments