about summary refs log tree commit diff
path: root/tests/ui/structs/ident-from-macro-expansion.stderr
blob: be2ab7c2e9966e67dcf19b08928829d958704de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0609]: no field `y` on type `Foo`
  --> $DIR/ident-from-macro-expansion.rs:17:16
   |
LL |         $expr.$ident
   |               ------ due to this macro variable
...
LL |     access!(k, y);
   |                ^ unknown field
   |
   = note: available field is: `inner`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0609`.