Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
issue-3302.rs
blob: 504bfd987f51d2ad888f4fb9711a900bfae37c7b [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2024
macro_rules
!
moo1
{
()
=>
{
bar
!
{
"
"
}
};
}
macro_rules
!
moo2
{
()
=>
{
bar
!
{
"
"
}
};
}
macro_rules
!
moo3
{
()
=>
{
42
/*
bar! {
"
toto
tata"
}
*/
};
}
macro_rules
!
moo4
{
()
=>
{
bar
!
{
"
foo
bar
baz
"
}
};
}