Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const_prop
/
ice-issue-111353.rs
blob: 2eba1a5e94e9eb939efd5d064f6df7925da64a39 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
#![
crate_type
=
"lib"
]
#![
feature
(
unsized_fn_params
)]
pub
fn
f
(
mut
x
:
[
i32
])
{
x
[
0
]
=
1
;
}