2019-07-03 04:47:24 -05:00
|
|
|
error: expected derive macro, found built-in attribute `inline`
|
2018-09-08 14:19:53 -05:00
|
|
|
--> $DIR/macro-path-prelude-fail-4.rs:1:10
|
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[derive(inline)]
|
2023-03-31 21:52:58 -05:00
|
|
|
| ^^^^^^ not a derive macro
|
|
|
|
|
|
2023-04-07 02:14:48 -05:00
|
|
|
help: remove from the surrounding `derive()`
|
2023-03-31 21:52:58 -05:00
|
|
|
--> $DIR/macro-path-prelude-fail-4.rs:1:10
|
2023-03-26 09:59:45 -05:00
|
|
|
|
|
2023-03-31 21:52:58 -05:00
|
|
|
LL | #[derive(inline)]
|
|
|
|
| ^^^^^^
|
2023-04-07 02:14:48 -05:00
|
|
|
= help: add as non-Derive macro
|
2023-03-30 15:43:32 -05:00
|
|
|
`#[inline]`
|
2018-09-08 14:19:53 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-09-08 14:19:53 -05:00
|
|
|
|