rust/compiler/rustc_ast_lowering
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
..
src Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
Cargo.toml Upgrade thin-vec from 0.2.9 to 0.2.12. 2023-02-21 11:51:55 +11:00
messages.ftl Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00