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