]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue_4675.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue_4675.rs
CommitLineData
f20569fa
XL
1macro_rules! foo {
2 ($s:ident ( $p:pat )) => {
3 Foo {
4 name: Name::$s($p),
5 ..
6 }
7 };
8}