proc-macro applied with cfg_attr
doesn’t see associated attributes
#10110
Labels
A-macro
macro expansion
E-hard
S-actionable
Someone could pick this issue up and work on it right now
#[cfg_attr(debug_assertions, derive(EnumKind), enum_kind(Kind, repr(u32)))]
rustc 1.56.0-nightly (2f662b140 2021-08-29)
cargo check
works, it builds correctly both in debug and release profiles.The text was updated successfully, but these errors were encountered: