Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-13446.rs
blob: 9f1fc42774fb24dd248b268209f5bf3763130fbc [
file
] [
log
] [
blame
] [
edit
]
// Used to cause ICE
static
VEC
:
[
u32
;
256
]
=
vec
![];
//~^ ERROR mismatched types
fn
main
()
{}