rust/compiler/rustc_index
Scott McMurray 408e2ac3bb Add IndexSlice to go with IndexVec
Moves the methods that don't need full `IndexVec`-ness over to `IndexSlice`, and have `IndexVec` deref to `IndexSlice` so everything keeps working.
2023-03-30 11:19:53 -07:00
..
src Add IndexSlice to go with IndexVec 2023-03-30 11:19:53 -07:00
Cargo.toml make rustc_target usable outside of rustc 2022-11-24 16:26:12 +03:30