mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
error: the `#[proc_macro_derive]` attribute is only usable with crates of the `proc-macro` crate type
|
|
--> $DIR/proc_macro_bug.rs:8:1
|
|
|
|
|
LL | #[proc_macro_derive(DeriveA)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|