summary refs log tree commit diff
path: root/src/test/ui/parser/attr-bad-meta-3.stderr
blob: bef2f423ab9a00ec2fd2cb5e77ae35d9873bffdc (plain)
1
2
3
4
5
6
7
8
error: expected `]`, found `token`
  --> $DIR/attr-bad-meta-3.rs:13:10
   |
LL | #[path() token] //~ ERROR expected `]`, found `token`
   |          ^^^^^ expected `]`

error: aborting due to previous error