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
..
src Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr 2024-08-05 18:36:02 +02:00
Cargo.toml dedup object 2024-07-28 17:21:07 +03:00
messages.ftl When an archive fails to build, print the path 2024-07-16 15:44:54 -05:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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