1error: #[pin_project] attribute may not be used on #[repr(packed)] types 2 --> $DIR/packed_sneaky-1.rs:6:15 3 | 46 | #[hidden_repr(packed)] 5 | ^^^^^^ 6 7error: #[pin_project] attribute may not be used on #[repr(packed)] types 8 --> $DIR/packed_sneaky-1.rs:13:15 9 | 1013 | #[hidden_repr(packed)] 11 | ^^^^^^ 12 13error: #[pin_project] attribute may not be used on #[repr(packed)] types 14 --> $DIR/packed_sneaky-1.rs:22:15 15 | 1622 | #[hidden_repr(packed)] 17 | ^^^^^^ 18