rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 1c4940b2be Remove an unneeded HashStable derive.
This has the nice side-effect of eliminating `rustc_codegen_ssa`'s
dependency on `rustc_query_system`. (Indeed, looking through such
dependencies was how I found this.)
2026-02-03 12:56:00 +11:00
..
src Remove an unneeded HashStable derive. 2026-02-03 12:56:00 +11:00
Cargo.toml Remove an unneeded HashStable derive. 2026-02-03 12:56:00 +11:00
messages.ftl Port #[patchable_function_entry] to attr parser 2026-01-20 11:46:05 +01: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.