summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_true.rs
blob: 01d939add4dc2c85f44044a4e9e2544cd02806b0 (plain)
1
2
3
4
5
6
// rustfmt-format_macro_matchers: true

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