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