We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a2db1 commit 8df48e4Copy full SHA for 8df48e4
reference/src/layout/structs-and-tuples.md
@@ -141,10 +141,10 @@ struct Zst2(Zst1, Zst0);
141
# }
142
```
143
144
-#### Default layout of structs with a single non-zero-sized field
+#### Default layout of structs where only a single field is not a 1-ZST
145
146
-The default layout of structs with a single non-zero-sized field is the same as
147
-the layout of that field if all other fields are [1-ZST]
+The default layout of structs where only a single field is not a 1-ZST is the
+same as the layout of that non-1-ZST field.
148
149
For example, the layout of:
150
0 commit comments