Sign in
rust
/
rust
/
df2fe313d44bcc008331a0b01662cfdcaa0ecc90
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-6788.rs
blob: 0e63ab53a1ac9de03152bc2a6878e89aa2497867 [
file
]
fn
foo
()
{
let
a
=
[();
const
{
let
x
=
1
;
x
}];
}
fn
foo
()
{
let
x
=
[();
const
{
1
}];
}