DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb12u2 / tests / ui / consts / const_prop_slice_pat_ice.rs
12345678
// check-pass fn main() { match &[0, 1] as &[i32] { [a @ .., x] => {} &[] => {} } }