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