summary refs log tree commit diff
path: root/src/test/ui/parser/attr-bad-meta-2.stderr
blob: 2d772dae69125c74ffc2bf4358471a11cf086ca1 (plain)
1
2
3
4
5
6
7
8
error: unexpected token: `]`
  --> $DIR/attr-bad-meta-2.rs:1:9
   |
LL | #[path =]
   |         ^

error: aborting due to previous error