summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-path-prelude-fail-4.stderr
blob: dfd6818b6785a73f8fa8a9cc45be3511f27cc03c (plain)
1
2
3
4
5
6
7
8
error: expected derive macro, found built-in attribute `inline`
  --> $DIR/macro-path-prelude-fail-4.rs:1:10
   |
LL | #[derive(inline)]
   |          ^^^^^^ not a derive macro

error: aborting due to previous error