]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-4.stderr
Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr
[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