We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af14db1 commit 994a6bbCopy full SHA for 994a6bb
src/test/ui/associated-types/higher-ranked-projection.bad.nll.stderr
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
4
LL | foo(());
5
| ^^^^^^^ one type is more general than the other
6
|
7
- = note: expected type `&'a ()`
8
- found reference `&()`
+ = note: expected reference `&'a ()`
+ found reference `&()`
9
10
error: aborting due to previous error
11
0 commit comments