aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
blob: cc2795ac68c1cf4db7a621a1bdfcaa3a0e6e99bf (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-2.rs:5:15
  |
5 | #[hidden_repr(packed)] //~ ERROR may not be used on #[repr(packed)] types
  |               ^^^^^^