Closed tromey closed 5 years ago
In some cases rustc will emit DW_TAG_template_type_param, but currently DWARFASTParserRust ignores these.
DW_TAG_template_type_param
DWARFASTParserRust
I'm implementing this for struct types now, but I still haven't done so for functions.
This works but requires https://github.com/rust-lang/rust/pull/55010
In some cases rustc will emit
DW_TAG_template_type_param
, but currentlyDWARFASTParserRust
ignores these.