1error: #[pin_project] attribute may not be used on #[repr(packed)] types 2 --> $DIR/packed_sneaky.rs:6:27 3 | 46 | #[hidden_repr_cfg_not_any(packed)] //~ ERROR may not be used on #[repr(packed)] types 5 | ^^^^^^ 6