rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 47830edc33 Adjust supertrait of ArgAbiMethods.
It only needs `Self::Value` and `Self::Type`, so it can be a subtrait of
`BackendTypes`. That is a smaller and simpler trait than `HasCodegen`
(which includes `BackendTypes` and a lot more).
2024-09-17 10:24:02 +10:00
..
2024-09-17 10:24:02 +10:00

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