We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc2918 commit 64107bdCopy full SHA for 64107bd
reference/src/validity/unions.md
@@ -6,7 +6,7 @@ represents the consensus from issue [#73]. The statements in here are not (yet)
6
7
## Validity of unions with zero-sized fields
8
9
-A union containing a zero-sized field can contain any value. An example of such
+A union containing a zero-sized field can contain any bit pattern. An example of such
10
an union is [`MaybeUninit`].
11
12
[#73]: https://github.com/rust-lang/unsafe-code-guidelines/issues/73
0 commit comments