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

error: aborting due to previous error