rust/src/librustc_codegen_ssa/debuginfo
David Wood 19e849516e
debuginfo: add type metadata for params
This commit adds type metadata for generic parameters (that arise from
polymorphization). Generic parameter metadata is considered zero-sized
and named after the generic parameter.

Signed-off-by: David Wood <david@davidtw.co>
2020-07-20 11:23:31 +01:00
..
mod.rs rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module. 2019-10-31 20:00:15 +02:00
type_names.rs debuginfo: add type metadata for params 2020-07-20 11:23:31 +01:00