2022-05-05 15:12:52 +01:00
|
|
|
error: malformed `path` attribute input
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/crashes/ice-96721.rs:7:1
|
2022-05-05 15:12:52 +01:00
|
|
|
|
|
2023-07-02 14:35:19 +02:00
|
|
|
LL | #[path = foo!()]
|
2022-05-05 15:12:52 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-05-05 15:12:52 +01:00
|
|
|
|