rust/compiler/rustc_codegen_ssa
Matthias Krüger 85c38454c0
Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk
Move `mir::Field` → `abi::FieldIdx`

The first PR for https://github.com/rust-lang/compiler-team/issues/606

This is just the move-and-rename, because it's plenty big already.  Future PRs will start using `FieldIdx` more broadly, and concomitantly removing `FieldIdx::new`s.
2023-03-29 21:19:51 +02:00
..
2023-02-06 17:40:18 +03:00
2023-03-11 22:51:57 +01:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.