rust/compiler/rustc_borrowck/src/constraints
Scott McMurray a2ee7592d6 Use &IndexSlice instead of &IndexVec where possible
All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*.
2023-04-02 17:35:37 -07:00
..
graph.rs don't clone Copy types 2022-12-18 14:25:55 +01:00
mod.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00