rust/compiler/rustc_codegen_ssa
Rich Kadel aed8ef5a4d coverageinfo query needs to use the same MIR as codegen
I ran into an error trying to fix dead block coverage and realized the
`coverageinfo` query is getting a different MIR compared to the
codegenned MIR, which can sometimes be a problem during mapgen.

I changed that query to use the `InstandeDef` (which includes the
generic parameter substitutions, prosibly specific to const params)
instead of the `DefId` (without unknown/default const substitutions).
2021-05-12 20:27:07 -07:00
..
src coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
Cargo.toml Use tempfile 2021-04-23 15:33:57 -07:00
README.md

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