2019-07-03 12:47:24 +03:00
|
|
|
error: expected derive macro, found built-in attribute `inline`
|
2018-09-08 22:19:53 +03:00
|
|
|
--> $DIR/macro-path-prelude-fail-4.rs:1:10
|
|
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[derive(inline)]
|
2019-07-03 12:47:24 +03:00
|
|
|
| ^^^^^^ not a derive macro
|
2018-09-08 22:19:53 +03:00
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|