Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const_prop
/
const-prop-ice.rs
blob: 44c8af9ce8a2bb609984f31ef749d88be675672f [
file
] [
log
] [
blame
] [
edit
]
//@ build-fail
fn
main
()
{
[
0
;
3
][
3u64
as
usize
];
//~ ERROR this operation will panic at runtime
}