summary refs log tree commit diff
path: root/src/test/ui/macros/macro-attribute.stderr
blob: 7314e483348935c251b22bcd00cfab4b5e71cc73 (plain)
1
2
3
4
5
6
7
8
error: unexpected token: `$`
  --> $DIR/macro-attribute.rs:1:7
   |
LL | #[doc = $not_there] //~ ERROR unexpected token: `$`
   |       ^

error: aborting due to previous error