aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky-span-issue-1.stderr
blob: 4f3acc34941e7ba22e2a9740cc1f845d591b9631 (plain)
1
2
3
4
5
error: #[pin_project] attribute may not be used on #[repr(packed)] types
 --> tests/ui/cfg/packed_sneaky-span-issue-1.rs:5:15
  |
5 | #[hidden_repr(packed)] //~ ERROR may not be used on #[repr(packed)] types
  |               ^^^^^^