Sign in
rust
/
rust
/
da97a7f7bb6c2e541fdf2bc60e63aa3675c69da5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3302.rs
blob: 5e0862cb399160a5b1aabe3b7f2dfc1487f88a7b [
file
]
// 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
"
}
};
}