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