DWARF gets incorrect DW_AT_linkage_name for generics #32925
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
Consider a source file like:
When compiled with
rustc -g
, the generated DWARF has incorrect values forDW_AT_linkage_name
. These should agree withnm
but do not:The text was updated successfully, but these errors were encountered: