Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
shadow.rs
blob: 237988a01681c63ee7832efe5e862d133918ee11 [
file
] [
log
] [
blame
]
//@ check-pass
fn
main
()
{
let
x
:
[
i32
;
{
let
u
=
2
;
4
}]
=
[
2
;
{
4
}];
}