aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky-span-issue-2.stderr
blob: a957cebfe83372770e46b599844d43ffdcbe2858 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: #[pin_project] attribute may not be used on #[repr(packed)] types
  --> $DIR/packed_sneaky-span-issue-2.rs:6:1
   |
6  | / struct S {
7  | |     //~^ ERROR may not be used on #[repr(packed)] types
8  | |     #[cfg(any())]
9  | |     #[pin]
...  |
13 | |     f: u8,
14 | | }
   | |_^