rust/compiler/rustc_data_structures/src/graph/scc
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
..
mod.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
tests.rs Add -Z time-passes-format to allow specifying a JSON output for -Z time-passes 2023-03-21 18:18:25 +01:00