Sign in
rust
/
rustfmt
/
refs/heads/main
/
.
/
tests
/
target
/
issue-6788.rs
blob: c559438b2d52bb417093bb5c236fc1809b4a9839 [
file
] [
edit
]
fn
foo
()
{
let
a
=
[();
const
{
let
x
=
1
;
x
}];
}
fn
foo
()
{
let
x
=
[();
const
{
1
}];
}