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

9 lines
295 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
--> $DIR/attr-bad-meta.rs:1:7
2018-10-20 15:36:17 -05:00
|
LL | #[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
| ^ expected one of `(`, `::`, `=`, `[`, `]`, or `{` here
error: aborting due to previous error