• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: #[pin_project] attribute may not be used on #[repr(packed)] types
2  --> $DIR/packed_sneaky-span-issue-2.rs:6:1
3   |
46  | / struct S {
57  | |     //~^ ERROR may not be used on #[repr(packed)] types
68  | |     #[cfg(any())]
79  | |     #[pin]
8...  |
913 | |     f: u8,
1014 | | }
11   | |_^
12