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