]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/tuple/tuple-struct-fields/test2.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / tuple / tuple-struct-fields / test2.stderr
index 78176c67ed201edc22c159506876b2cec543dd57..d924c351439bd91749108bc8634598674eee7789 100644 (file)
@@ -2,7 +2,9 @@ error: expected one of `)` or `,`, found `(`
   --> $DIR/test2.rs:5:26
    |
 LL |         struct S3(pub $t ());
-   |                          ^ expected one of `)` or `,` here
+   |                         -^ expected one of `)` or `,`
+   |                         |
+   |                         help: missing `,`
 ...
 LL |     define_struct! { (foo) }
    |     ------------------------ in this macro invocation