]> git.proxmox.com Git - rustc.git/blame - src/test/ui/repr.stderr
New upstream version 1.37.0+dfsg1
[rustc.git] / src / test / ui / repr.stderr
CommitLineData
dc9dc135 1error: malformed `repr` attribute input
9fa01778 2 --> $DIR/repr.rs:1:1
94b46f34
XL
3 |
4LL | #[repr]
dc9dc135 5 | ^^^^^^^ help: must be of the form: `#[repr(C, packed, ...)]`
94b46f34 6
dc9dc135
XL
7error: malformed `repr` attribute input
8 --> $DIR/repr.rs:4:1
94b46f34
XL
9 |
10LL | #[repr = "B"]
dc9dc135 11 | ^^^^^^^^^^^^^ help: must be of the form: `#[repr(C, packed, ...)]`
94b46f34 12
dc9dc135
XL
13error: malformed `repr` attribute input
14 --> $DIR/repr.rs:7:1
94b46f34
XL
15 |
16LL | #[repr = "C"]
dc9dc135 17 | ^^^^^^^^^^^^^ help: must be of the form: `#[repr(C, packed, ...)]`
9fa01778
XL
18
19error: aborting due to 3 previous errors
94b46f34 20