rust/tests/ui/crashes/ice-96721.stderr

9 lines
203 B
Plaintext
Raw Normal View History

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