]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/crashes/ice-96721.stderr
New upstream version 1.72.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crashes / ice-96721.stderr
1 error: malformed `path` attribute input
2 --> $DIR/ice-96721.rs:7:1
3 |
4 LL | #[path = foo!()]
5 | ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
6
7 error: aborting due to previous error
8