1error: expected item after attributes 2 --> $DIR/packed_sneaky-3.rs:4:1 3 | 44 | hidden_repr_macro! {} //~ ERROR expected item after attributes 5 | ^^^^^^^^^^^^^^^^^^^^^ 6 | 7 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) 8 9error: expected item after attributes 10 --> $DIR/packed_sneaky-3.rs:13:9 11 | 1213 | #[repr(packed)] //~ ERROR expected item after attributes 13 | ^^^^^^^^^^^^^^^ 14... 1517 | hidden_repr_macro2! {} 16 | ---------------------- in this macro invocation 17 | 18 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) 19 20error: expected item after attributes 21 --> $DIR/packed_sneaky-3.rs:24:10 22 | 2324 | #[derive(HiddenRepr)] //~ ERROR expected item after attributes 24 | ^^^^^^^^^^ 25 | 26 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) 27 28error: proc-macro derive produced unparseable tokens 29 --> $DIR/packed_sneaky-3.rs:24:10 30 | 3124 | #[derive(HiddenRepr)] //~ ERROR expected item after attributes 32 | ^^^^^^^^^^ 33