Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
macro_rules! foo {
($($p:vis)*) => {} //~ ERROR repetition matches empty token tree
}
foo!(a);
fn main() {}