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 a3bd1fd commit 179f3acCopy full SHA for 179f3ac
src/type-layout.md
@@ -136,7 +136,7 @@ Trait objects have the same layout as the value the trait object is of.
136
137
## Closure Layout
138
139
-r[kayout.closure]
+r[layout.closure]
140
141
Closures have no layout guarantees.
142
@@ -260,7 +260,7 @@ is [zero-variant enums] for which the `C` representation is an error.
260
261
r[layout.repr.c.struct]
262
263
-r[layour.repr.c.struct.align]
+r[layout.repr.c.struct.align]
264
The alignment of the struct is the alignment of the most-aligned field in it.
265
266
r[layout.repr.c.struct.size-field-offset]
0 commit comments