1 2 3 4 5 6 7
macro_rules! foo { ($($p:vis)*) => {} //~ ERROR repetition matches empty token tree } foo!(a); fn main() {}