]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/numeric/numeric-fields.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / numeric / numeric-fields.stderr
index 5202393f559c9aa3828820434b10fe475ccbd28a..13b6cfae4ec476584dd1deaeacbf908b89c6b087 100644 (file)
@@ -7,7 +7,7 @@ LL | struct S(u8, u16);
 LL |     let s = S{0b1: 10, 0: 11};
    |             - ^^^ field does not exist
    |             |
-   |             `S` is a tuple struct, use the appropriate syntax: `S(/* fields */)`
+   |             help: `S` is a tuple struct, use the appropriate syntax: `S(/* fields */)`
 
 error[E0026]: struct `S` does not have a field named `0x1`
   --> $DIR/numeric-fields.rs:7:17