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

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

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