Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3132.rs
blob: 4d61baa7507d83115b549b3d76978cd52affee83 [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2024
fn
test
()
{
/*
a
*/
let
x
=
42
;
/*
aaa
"line 1
line 2
line 3"
*/
let
x
=
42
;
}