aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/packed_sneaky.stderr
blob: 5910cf4b6486bdeb073691fcfec7223e9a45151d (plain)
1
2
3
4
5
6
7
error: #[pin_project] attribute may not be used on #[repr(packed)] types
 --> $DIR/packed_sneaky.rs:6:1
  |
6 | #[hidden_repr_cfg_not_any(packed)] //~ ERROR may not be used on #[repr(packed)] types
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)