blob: 65796fc24e163151efd299546024fdfba9edc029 [file] [log] [blame]
macro_rules! foo {
($($p:vis)*) => {} //~ ERROR repetition matches empty token tree
}
foo!(a);
fn main() {}