rust/compiler/rustc_codegen_ssa
bjorn3 02162c4163 Rename CodegenUnit::work_product to previous_work_product
It returns the previous work product or panics if there is none. This rename
makes the purpose of this method clearer.
2022-06-06 12:30:10 +00:00
..

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