Sign in
rust
/
rust
/
578d299fe76e2a2ca2f303030f8eb496ab5f96fd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-6788.rs
blob: c559438b2d52bb417093bb5c236fc1809b4a9839 [
file
]
fn
foo
()
{
let
a
=
[();
const
{
let
x
=
1
;
x
}];
}
fn
foo
()
{
let
x
=
[();
const
{
1
}];
}