rust/src/test/ui/parser/attr-bad-meta-2.stderr

9 lines
169 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: unexpected token: `]`
--> $DIR/attr-bad-meta-2.rs:1:8
2018-10-20 15:36:17 -05:00
|
LL | #[path =] //~ ERROR unexpected token: `]`
| ^
2018-10-20 15:36:17 -05:00
error: aborting due to previous error