Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3302.rs
blob: 146cb983819339bd6112c5428203cf30613cee6d [
file
] [
log
] [
blame
]
// rustfmt-version: Two
macro_rules
!
moo1
{
()
=>
{
bar
!
{
"
"
}
};
}
macro_rules
!
moo2
{
()
=>
{
bar
!
{
"
"
}
};
}
macro_rules
!
moo3
{
()
=>
{
42
/*
bar! {
"
toto
tata"
}
*/
};
}
macro_rules
!
moo4
{
()
=>
{
bar
!
{
"
foo
bar
baz
"
}
};
}