2022-05-05 13:10:06 +00:00
|
|
|
error: malformed `path` attribute input
|
|
|
|
--> $DIR/ice-96721.rs:7:1
|
|
|
|
|
|
2023-04-20 15:19:36 +00:00
|
|
|
LL | #[path = foo!()]
|
2022-05-05 13:10:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|