2020-11-07 07:09:40 -06:00
|
|
|
error: expected expression, found `]`
|
2019-05-10 18:31:34 -05:00
|
|
|
--> $DIR/attr-bad-meta-2.rs:1:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[path =]
|
2020-11-07 07:09:40 -06:00
|
|
|
| ^ expected expression
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 15:36:17 -05:00
|
|
|
|