summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-96721.stderr
blob: 1741c7c6a0a22bc56e055605aadc97af15d244f4 (plain)
1
2
3
4
5
6
7
8
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