blob: 78c567b8e772e989945c4098d8c9efbb09d0fd6b (
plain)
1
2
3
4
5
6
7
8
|
error: malformed `path` attribute input
--> $DIR/ice-96721.rs:7:1
|
LL | #[path = foo!()] //~ ERROR malformed `path` attribute
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
error: aborting due to previous error
|