Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
consts
/
const_prop_slice_pat_ice.rs
blob: 60b06a497d6de58c24f73e4284402ad844cb5cf1 [
file
] [
log
] [
blame
]
// check-pass
fn
main
()
{
match
&[
0
,
1
]
as
&[
i32
]
{
[
a
@
..,
x
]
=>
{}
&[]
=>
{}
}
}