macpp

Results 1 issues of macpp

Since rust 1.57 it is possible to put proc macro attributes after derive (see https://github.com/rust-lang/rust/issues/81119) so given proc macro crate like that: ```rust use proc_macro::TokenStream; use syn::{parse_macro_input, parse_quote, ItemStruct}; use...

C-bug
C-upstream
S-blocked
I-unsound