adjust Layout debug printing to match the internal field names

This commit is contained in:
Ralf Jung 2025-02-28 16:30:59 +01:00
parent 2f581937e1
commit 476b0980f2
21 changed files with 162 additions and 162 deletions

View file

@ -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)