Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
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
}];
}