DEBSOURCES
Skip Quicknav
sources / rustc / 1.88.0%2Bdfsg1-1 / tests / ui / mir / sized-slice-predicate-116721.rs
12345678910
//@ build-pass //@ compile-flags: -Zmir-opt-level=3 --emit=mir fn hey<T>(it: &[T]) where [T]: Clone, { } fn main() {}