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

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

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