2023-02-09 09:00:32 -06:00
|
|
|
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)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-09 09:00:32 -06:00
|
|
|
|