Fix E0798: Derive of #[serde]-like attribute should produce an item before calling set_proc_macro_attr
Rust compiler error E0798 occurs when a derive macro calls set_proc_macro_attr before producing any output item, violating proc-macro2 semantics.
1 article