]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/tuple/tuple-struct-fields/test.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / tuple / tuple-struct-fields / test.stderr
index 295f0b146dd15d7deee711d460216d7023cf60da..bfa0b32fd458ae0063871d32b819b2b02586343f 100644 (file)
@@ -2,7 +2,9 @@ error: expected one of `)` or `,`, found `(`
   --> $DIR/test.rs:4:26
    |
 LL |     struct S2(pub((foo)) ());
-   |                          ^ expected one of `)` or `,` here
+   |                         -^ expected one of `)` or `,`
+   |                         |
+   |                         help: missing `,`
 
 error[E0412]: cannot find type `foo` in this scope
   --> $DIR/test.rs:4:20