]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-4.stderr
Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot
[rust.git] / tests / ui / macros / macro-path-prelude-fail-4.stderr
1 error: expected derive macro, found built-in attribute `inline`
2   --> $DIR/macro-path-prelude-fail-4.rs:1:10
3    |
4 LL | #[derive(inline)]
5    |          ^^^^^^ not a derive macro
6
7 error: aborting due to previous error
8