summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-96721.stderr
blob: 712bd14c685f0fcedf96a1d7a6a849bbc65d5d28 (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 previous error