Skip to content

Commit

Permalink
debugInfo: demangle rt.aaA.Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Ricard committed Jun 30, 2023
1 parent 96fc5a2 commit 4a73878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/druntime/src/core/internal/gc/gcdebug.d
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ pure string typeInfoToStr(const(TypeInfo) ti) nothrow @nogc
return "rt.aaA.Impl";
else if(name == "S2rt3aaA6Bucket")
return "rt.aaA.Bucket";
else if(name == "S2rt3aaA__T5EntryZ")
return "AA Entry";

// see typeinfo.d
// TODO mixin version ?
Expand Down

0 comments on commit 4a73878

Please sign in to comment.