2022-05-05 14:12:52 +00:00
|
|
|
error: malformed `path` attribute input
|
|
|
|
--> $DIR/ice-96721.rs:7:1
|
|
|
|
|
|
2023-07-02 12:35:19 +00:00
|
|
|
LL | #[path = foo!()]
|
2022-05-05 14:12:52 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|