rust/compiler/rustc_codegen_ssa/src/coverageinfo
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
..
ffi.rs Update CoverageMappingFormat Support to Version6 2021-11-23 15:49:03 -08:00
map.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00