use List<Ty<'tcx>>
for tuples
This commit is contained in:
parent
a9c1ab82f5
commit
1245131a11
53 changed files with 128 additions and 170 deletions
|
@ -86,7 +86,7 @@ fn push_debuginfo_type_name<'tcx>(
|
|||
}
|
||||
|
||||
for component_type in component_types {
|
||||
push_debuginfo_type_name(tcx, component_type.expect_ty(), true, output, visited);
|
||||
push_debuginfo_type_name(tcx, component_type, true, output, visited);
|
||||
push_arg_separator(cpp_like_debuginfo, output);
|
||||
}
|
||||
if !component_types.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue