rust/tests/ui/macros/macro-path-prelude-fail-4.stderr
Tom Martin 86230dcde6
Bless
2023-04-01 03:52:58 +01:00

17 lines
419 B
Plaintext

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 previous error