Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
consts
/
const-prop-ice.rs
blob: 5bffe0206294d80718fdba1d52d1f8cfe11f3ec3 [
file
] [
log
] [
blame
]
// build-fail
fn
main
()
{
[
0
;
3
][
3u64
as
usize
];
//~ ERROR this operation will panic at runtime
}