rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata
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
..
enums Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
type_map.rs debuginfo: Change C++-like encoding for enums. 2022-08-12 10:53:07 +02:00