blob: 642d9e84874bcb4ae99325e0d2f2611557ddc7a2 [file] [log] [blame] [edit]
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
|
help: remove from the surrounding `derive()`
--> $DIR/macro-path-prelude-fail-4.rs:1:10
|
LL | #[derive(inline)]
| ^^^^^^
= help: add as non-Derive macro
`#[inline]`
error: aborting due to 1 previous error