aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed_sneaky-1.stderr
blob: 32fe4074792c9d4261a6f1e0a02be0d0a031f11b (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
 --> tests/ui/pin_project/packed_sneaky-1.rs:7:15
  |
7 | #[hidden_repr(packed)]
  |               ^^^^^^

error: #[pin_project] attribute may not be used on #[repr(packed)] types
  --> tests/ui/pin_project/packed_sneaky-1.rs:14:15
   |
14 | #[hidden_repr(packed)]
   |               ^^^^^^

error: #[pin_project] attribute may not be used on #[repr(packed)] types
  --> tests/ui/pin_project/packed_sneaky-1.rs:23:15
   |
23 | #[hidden_repr(packed)]
   |               ^^^^^^