rust/compiler/rustc_infer/src
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
..
errors Migrate diagnostic 2023-03-03 05:02:34 +00:00
infer Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
traits Don't elaborate non-obligations into obligations 2023-03-26 20:33:54 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00