]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-20616-3.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-20616-3.stderr
index f51fb949c740cc9de50d960c04029d3668b1dced..cc4d79484e7a4538578516a9ded668e5d370e494 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `>`, const, identifier, lifetime, or type, found `,`
   --> $DIR/issue-20616-3.rs:13:24
    |
 LL | type Type_3<T> = Box<T,,>;
-   |                        ^ expected one of `>`, const, identifier, lifetime, or type here
+   |                        ^ expected one of `>`, const, identifier, lifetime, or type
 
 error: aborting due to previous error