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 cbbff21 commit 2dc423dCopy full SHA for 2dc423d
src/type-layout.md
@@ -551,7 +551,7 @@ was wrapped in a newtype `struct` with the same `align` modifier.
551
552
> Note: References to unaligned fields are not allowed because it is [undefined behavior].
553
> When fields are unaligned due to an alignment modifier, consider the following options for using references and dereferences:
554
->
+>
555
> ```rust
556
> #[repr(packed)]
557
> struct Packed {
0 commit comments