]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/bounds-lifetime-2.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / bounds-lifetime-2.stderr
index 587e527f0a85b32b3200ba6a53d9dcf8c5a90135..dd3e69c11396d0d31b1ded62b4d0db6f7df193dc 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `,`, `:`, or `>`, found `+`
   --> $DIR/bounds-lifetime-2.rs:1:17
    |
 LL | type A = for<'a + 'b> fn();
-   |                 ^ expected one of `,`, `:`, or `>` here
+   |                 ^ expected one of `,`, `:`, or `>`
 
 error: aborting due to previous error