blob: b869331ca5a3cd0f0ea25f8371e7ff31b46a1f33 (
plain)
1
2
3
4
5
6
7
8
|
error: unexpected token: `]`
--> $DIR/attr-bad-meta-2.rs:13:9
|
LL | #[path =] //~ ERROR unexpected token: `]`
| ^ unexpected token after this
error: aborting due to previous error
|