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