Skip to content

Commit d57689f

Browse files
committed
cite issue 73154
1 parent 6929013 commit d57689f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/ui/lub-glb/old-lub-glb-hr-noteq2.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// one is more general than the other. Test the case where the more general type
33
// (`x`) is the second match arm specifically.
44
//
5-
// Skip for compare-mode because the pure NLL checker accepts this test. (Note
6-
// that it still errors in old-lub-glb-hr-noteq1.rs). What happens is that, due
7-
// to the ordering of the match arms, we pick the correct "more general" fn
8-
// type, and we ignore the errors from the non-NLL type checker that requires
9-
// equality. The NLL type checker only requires a subtyping relationship, and
10-
// that holds.
5+
// FIXME(#73154) Skip for compare-mode because the pure NLL checker accepts this
6+
// test. (Note that it still errors in old-lub-glb-hr-noteq1.rs). What happens
7+
// is that, due to the ordering of the match arms, we pick the correct "more
8+
// general" fn type, and we ignore the errors from the non-NLL type checker that
9+
// requires equality. The NLL type checker only requires a subtyping
10+
// relationship, and that holds.
1111
//
1212
// ignore-compare-mode-nll
1313

0 commit comments

Comments
 (0)