]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/issues/issue-20616-2.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-20616-2.stderr
index 13e6aa7d605c773278f1b82da3d0493c43b553a8..42059685c5cc42b41aa295f04791759fd36074c3 100644 (file)
@@ -1,8 +1,8 @@
-error: expected one of `,`, `:`, `=`, or `>`, found `(`
+error: expected one of `,` or `>`, found `(`
   --> $DIR/issue-20616-2.rs:12:31
    |
 LL | type Type_2 = Type_1_<'static ()>;
-   |                               ^ expected one of `,`, `:`, `=`, or `>`
+   |                               ^ expected one of `,` or `>`
    |
 help: you might have meant to end the type parameters here
    |