1error: #[pin_project] attribute may not be used on #[repr(packed)] types 2 --> tests/ui/cfg/packed_sneaky-span-issue-1.rs:5:15 3 | 45 | #[hidden_repr(packed)] //~ ERROR may not be used on #[repr(packed)] types 5 | ^^^^^^ 6