rust/tests/target/issue-2534/format_macro_matchers_false.rs

7 lines
132 B
Rust
Raw Normal View History

// rustfmt-format_macro_matchers: false
macro_rules! foo {
($a:ident : $b:ty) => {};
($a:ident $b:ident $c:ident) => {};
}