blob: 23f7300178ecb065ae91da56f0f4bead2837a711 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: malformed `path` attribute input
--> tests/ui/crashes/ice-96721.rs:7:1
|
LL | #[path = foo!()]
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
= note: for more information, visit <https://doc.rust-lang.org/reference/items/modules.html#the-path-attribute>
error: aborting due to 1 previous error
|