aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed_sneaky-3.stderr
blob: 1a5a3ecd4f5660854d642f3ade997262ba434d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
error: expected item after attributes
 --> $DIR/packed_sneaky-3.rs:4:1
  |
4 | hidden_repr_macro! {} //~ ERROR expected item after attributes
  | ^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `hidden_repr_macro` (in Nightly builds, run with -Z macro-backtrace for more info)

error: expected item after attributes
  --> $DIR/packed_sneaky-3.rs:13:9
   |
13 |         #[repr(packed)] //~ ERROR expected item after attributes
   |         ^^^^^^^^^^^^^^^
...
17 | hidden_repr_macro2! {}
   | ---------------------- in this macro invocation
   |
   = note: this error originates in the macro `hidden_repr_macro2` (in Nightly builds, run with -Z macro-backtrace for more info)

error: expected item after attributes
  --> $DIR/packed_sneaky-3.rs:24:10
   |
24 | #[derive(HiddenRepr)] //~ ERROR expected item after attributes
   |          ^^^^^^^^^^
   |
   = note: this error originates in the derive macro `HiddenRepr` (in Nightly builds, run with -Z macro-backtrace for more info)

error: proc-macro derive produced unparseable tokens
  --> $DIR/packed_sneaky-3.rs:24:10
   |
24 | #[derive(HiddenRepr)] //~ ERROR expected item after attributes
   |          ^^^^^^^^^^