rust/compiler/rustc_codegen_ssa
Matthias Krüger 48e47a6889
Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr
Add `Debug` impls to API types in `rustc_codegen_ssa`

Some types used in `rustc_codegen_ssa`'s interface traits are missing `Debug` impls. Though I did not smear `#[derive(Debug)]` all over the crate (some structs are quite large).
2024-08-05 18:36:02 +02:00
..
2024-07-28 17:21:07 +03:00

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