mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
9 lines
240 B
Text
9 lines
240 B
Text
|
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
|
||
|
|