DEBSOURCES
Skip Quicknav
sources / rustc / 1.87.0%2Bdfsg1-1 / tests / ui / typeck / issue-91633.rs
12345678
//@ check-pass fn f<T> (it: &[T]) where [T] : std::ops::Index<usize>, { let _ = &it[0]; } fn main(){}