Files
rust/compiler/rustc_codegen_ssa/src
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
..
2021-05-08 10:58:08 +02:00
2021-02-28 10:19:44 +01:00
2020-09-04 17:47:51 +02:00
2020-08-30 18:45:07 +03:00