rust/compiler/rustc_borrowck
Scott McMurray b5b6def021 Use FieldIdx in various things related to aggregates
Shrank `AggregateKind` by 8 bytes on x64, since the active field of a union is tracked as an `Option<FieldIdx>` instead of `Option<usize>`.
2023-04-01 20:32:50 -07:00
..
src Use FieldIdx in various things related to aggregates 2023-04-01 20:32:50 -07:00
Cargo.toml Do not use hir_ty_to_ty 2022-12-23 16:45:16 -08:00
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00