rust-clippy/tests/ui/crashes/ice-96721.stderr
2024-02-17 12:34:54 +00:00

8 lines
217 B
Text

error: malformed `path` attribute input
--> tests/ui/crashes/ice-96721.rs:7:1
|
LL | #[path = foo!()]
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
error: aborting due to 1 previous error