Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
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
"
}
};
}