summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_false.rs
blob: 2038ed7f1d014d1a95754441c451b664abb41230 (plain)
1
2
3
4
5
6
// rustfmt-format_macro_matchers: false

macro_rules! foo {
    ($a:ident : $b:ty) => {};
    ($a:ident $b:ident $c:ident) => {};
}