about summary refs log tree commit diff
path: root/src/test/codegen/debug-vtable.rs
AgeCommit message (Collapse)AuthorLines
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-0/+47
Before this commit all vtables would have the same name "vtable" in debuginfo. Now they get a name that identifies the implementing type and the trait that is being implemented.