We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b8a70 commit 6c52823Copy full SHA for 6c52823
src/coding-guidelines/types-and-traits/gui_6JSM7YE7a1KR.rst.inc
@@ -62,7 +62,7 @@
62
(e.g., ``*u = MyUnion { uninit: () }``) does not preserve the initialized state of other fields.
63
All fields must be considered uninitialized after such an assignment.
64
65
- * **Nested ``struct`` partial initialization**: When a union variant contains a
+ * **Nested partial initialization**: When a union variant contains a
66
``struct``, initializing only one field of that ``struct`` leaves the remaining
67
fields uninitialized.
68
The compiler does not warn about the uninitialized fields within the nested ``struct``.
0 commit comments