9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
|
error: expected a macro, found built-in attribute
|
||
|
--> $DIR/macro-path-prelude-fail-4.rs:1:10
|
||
|
|
|
||
|
LL | #[derive(inline)] //~ ERROR expected a macro, found built-in attribute
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|