mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
8 lines
205 B
Text
8 lines
205 B
Text
error: malformed `path` attribute input
|
|
--> $DIR/ice-96721.rs:7:1
|
|
|
|
|
LL | #[path = foo!()]
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|