adjust Layout debug printing to match the internal field names
This commit is contained in:
parent
2f581937e1
commit
476b0980f2
21 changed files with 162 additions and 162 deletions
|
@ -1812,7 +1812,7 @@ where
|
|||
f.debug_struct("Layout")
|
||||
.field("size", size)
|
||||
.field("align", align)
|
||||
.field("abi", backend_repr)
|
||||
.field("backend_repr", backend_repr)
|
||||
.field("fields", fields)
|
||||
.field("largest_niche", largest_niche)
|
||||
.field("uninhabited", uninhabited)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue