Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
arrow_in_comments
/
arrow_in_single_comment.rs
blob: 38e8967e7e68f2ef2d67593868221e46334dacc1 [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2024
fn
main
()
{
match
a
{
_
=>
// comment with =>
{
println
!(
"A"
)
}
}
}