]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2534/format_macro_matchers_true.rs
Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum
[rust.git] / src / tools / rustfmt / tests / target / issue-2534 / format_macro_matchers_true.rs
1 // rustfmt-format_macro_matchers: true
2
3 macro_rules! foo {
4     ($a:ident : $b:ty) => {};
5     ($a:ident $b:ident $c:ident) => {};
6 }