]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-20616-7.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-20616-7.stderr
index 123dc1e2b7d9c996bb0fe88840472b2b80ca46ca..e2c3efe8447013e43f736ce60fcac6508744a51b 100644 (file)
@@ -1,8 +1,8 @@
-error: expected one of `>`, const, identifier, lifetime, or type, found `,`
+error: expected one of `>`, a const expression, lifetime, or type, found `,`
   --> $DIR/issue-20616-7.rs:28:22
    |
 LL | type Type_7 = Box<(),,>;
-   |                      ^ expected one of `>`, const, identifier, lifetime, or type
+   |                      ^ expected one of `>`, a const expression, lifetime, or type
 
 error: aborting due to previous error