rust/src/test/ui/macros/macro-path-prelude-fail-4.stderr

9 lines
237 B
Plaintext
Raw Normal View History

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