Sign in
rust
/
rust
/
422b83aeee8b4ded531bec76891fc09f1206c8eb
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_4675.rs
blob: a65f86832eefdd00124b36858c685c05c00506ce [
file
]
macro_rules
!
foo
{
(
$s
:
ident
(
$p
:
pat
))
=>
{
Foo
{
name
:
Name
::
$s
(
$p
),
..
}
};
}