• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: #[pin_project] attribute may not be used on #[repr(packed)] types
2  --> $DIR/packed_sneaky-2.rs:4:1
3   |
44  | / hidden_repr_macro! { //~ ERROR may not be used on #[repr(packed)] types
55  | |     #[pin_project]
66  | |     struct B {
77  | |         #[pin]
88  | |         f: u32,
99  | |     }
1010 | | }
11   | |_^
12   |
13   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
14