Closed
Description
#[proc_macro_derive(CustomDerive, attributes(custom_attr1, custom_attr2))]
fn custom_derive(...) ...
is not described in https://doc.rust-lang.org/stable/book/procedural-macros.html nor the reference.
I'm happy to mentor anyone who wants to fix this.