Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3302.rs
blob: 5e0862cb399160a5b1aabe3b7f2dfc1487f88a7b [
file
] [
log
] [
blame
] [
edit
]
// 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
"
}
};
}