1
Fork 0

debuginfo: Bring back DW_AT_containing_type for vtables -- address review comments

This commit is contained in:
Michael Woerister 2022-02-08 15:31:09 +01:00
parent fc7f419a63
commit ed21805aee
2 changed files with 4 additions and 2 deletions

View file

@ -470,7 +470,7 @@ fn push_debuginfo_type_name<'tcx>(
}
pub enum VTableNameKind {
// Is the name for const/static holding the vtable?
// Is the name for the const/static holding the vtable?
GlobalVariable,
// Is the name for the type of the vtable?
Type,