]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/higher-ranked-projection.bad.nll.stderr
Bless NLL compare mode
[rust.git] / src / test / ui / associated-types / higher-ranked-projection.bad.nll.stderr
index 59e27cd2e7dd6e2b8bc014d8bb37bc4acb0e9d4e..e3bd0c2276e48ca2ac120a84844aa81ff52c1d5d 100644 (file)
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
 LL |     foo(());
    |     ^^^^^^^ one type is more general than the other
    |
-   = note:   expected type `&'a ()`
-           found reference `&()`
+   = note: expected reference `&'a ()`
+              found reference `&()`
 
 error: aborting due to previous error