Files
rust/compiler
bors bf41e753ec Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin
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*.

r? `@ghost`
2023-04-03 16:41:49 +00:00
..
2023-03-11 10:53:47 -06:00
2023-03-28 01:14:28 +00:00
2023-03-28 01:14:28 +00:00
2023-03-27 18:58:07 +00:00
2023-02-02 07:47:39 +01:00
2023-03-28 01:14:28 +00:00
2023-03-31 15:57:25 +11:00
2023-03-28 01:14:28 +00:00
2023-04-01 23:44:16 +02:00