aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed.stderr
blob: 969faea21179c691a74912b4b0929766dd790616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: #[pin_project] attribute may not be used on #[repr(packed)] types
 --> $DIR/packed.rs:4:8
  |
4 | #[repr(packed, C)] //~ ERROR may not be used on #[repr(packed)] types
  |        ^^^^^^

error: #[pin_project] attribute may not be used on #[repr(packed)] types
  --> $DIR/packed.rs:11:8
   |
11 | #[repr(packed, C)] //~ ERROR may not be used on #[repr(packed)] types
   |        ^^^^^^

error: #[pin_project] attribute may not be used on #[repr(packed)] types
  --> $DIR/packed.rs:19:8
   |
19 | #[repr(packed(2))] //~ ERROR may not be used on #[repr(packed)] types
   |        ^^^^^^^^^