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