Skip to content

Commit 994a6bb

Browse files
committed
Bless NLL compare mode
1 parent af14db1 commit 994a6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/associated-types/higher-ranked-projection.bad.nll.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
44
LL | foo(());
55
| ^^^^^^^ one type is more general than the other
66
|
7-
= note: expected type `&'a ()`
8-
found reference `&()`
7+
= note: expected reference `&'a ()`
8+
found reference `&()`
99

1010
error: aborting due to previous error
1111

0 commit comments

Comments
 (0)