Skip to content

Commit aa28b77

Browse files
committed
add FIXME
1 parent 2d99f40 commit aa28b77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_middle/src/ty/fast_reject.rs

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ pub enum TreatParams {
6262
/// correct mode for *lookup*, as during candidate selection.
6363
///
6464
/// N.B. during deep rejection, this acts identically to `ForLookup`.
65+
///
66+
/// FIXME(-Ztrait-solver=next): Remove this variant and cleanup
67+
/// the code.
6568
NextSolverLookup,
6669
}
6770

0 commit comments

Comments
 (0)