We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa11cbd commit ccd7fb3Copy full SHA for ccd7fb3
reference/src/layout/unions.md
@@ -29,7 +29,7 @@ Even if the offsets happen to be all 0, there might still be differences in the
29
function call ABI. If you need to pass unions by-value across an FFI boundary,
30
you have to use `#[repr(C)]`.
31
32
-### Layout of `repr(C)` unions
+### Layout of "repr C" unions
33
34
The layout of `repr(C)` unions follows the C layout scheme. Per sections
35
[6.5.8.5] and [6.7.2.1.16] of the C11 specification, this means that the offset
0 commit comments