Sign in
rust
/
rust
/
97600964b5f19f3d7a0ab32e820e4fed1322770e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_4675.rs
blob: 66613eed000c70a554644b32e5ce0dcd4b3516f5 [
file
]
macro_rules
!
foo
{
(
$s
:
ident
(
$p
:
pat
))
=>
{
Foo
{
name
:
Name
::
$s
(
$p
),
..
}
};
}