]> git.lizzy.rs Git - rust.git/blob - src/test/ui/repr.stderr
Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27
[rust.git] / src / test / ui / repr.stderr
1 error: attribute must be of the form `#[repr(C, packed, ...)]`
2   --> $DIR/repr.rs:1:1
3    |
4 LL | #[repr]
5    | ^^^^^^^
6
7 error: attribute must be of the form `#[repr(C, packed, ...)]`
8   --> $DIR/repr.rs:5:1
9    |
10 LL | #[repr = "B"]
11    | ^^^^^^^^^^^^^
12
13 error: attribute must be of the form `#[repr(C, packed, ...)]`
14   --> $DIR/repr.rs:9:1
15    |
16 LL | #[repr = "C"]
17    | ^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20