2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
|
2019-02-25 13:40:44 -06:00
|
|
|
--> $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
|
|
|
|
|