rust/compiler/rustc_mir_build
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
..
src Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl Add notes to non-structural const in pattern error message 2023-03-27 11:08:11 -04:00