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.
2 parents a057fa2 + f438c09 commit 4897618Copy full SHA for 4897618
reference/src/layout/unions.md
@@ -80,7 +80,7 @@ union U {
80
# fn main() {
81
// The zero-sized type [u16; 0] raises the alignment requirement to 2
82
assert_eq!(align_of::<U>(), 2);
83
-// This introduces trailing padding, raising the union size to 2
+// This in turn introduces trailing padding, raising the union size to 2
84
assert_eq!(size_of::<U>(), 2);
85
# }
86
```
0 commit comments