macro_rules! rustc_attr { (TEST, $attr:ident $(,)?) => { ... }; ($attr:ident $(, $notes:expr)* $(,)?) => { ... }; }