]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/bounds-lifetime.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / bounds-lifetime.stderr
index 12b9b61ebd17465259112728d27af3fc0fddeb83..e47a21d892b2f745a68e92e7bb3982409d9a1d6f 100644 (file)
@@ -1,8 +1,8 @@
-error: expected one of `>`, `const`, identifier, or lifetime, found `,`
+error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
   --> $DIR/bounds-lifetime.rs:9:14
    |
 LL | type A = for<,> fn();
-   |              ^ expected one of `>`, `const`, identifier, or lifetime
+   |              ^ expected one of `#`, `>`, `const`, identifier, or lifetime
 
 error: aborting due to previous error