2021-09-17 13:08:56 -07:00
|
|
|
error: malformed `path` attribute input
|
|
|
|
--> $DIR/path-invalid-form.rs:1:1
|
|
|
|
|
|
|
|
|
LL | #[path = 123]
|
|
|
|
| ^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-17 13:08:56 -07:00
|
|
|
|