We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18d4a9 commit a649424Copy full SHA for a649424
reference/src/layout/unions.md
@@ -45,7 +45,7 @@ whether all fields have the same offset, etc.
45
As of this writing, we want to keep the option of using non-zero offsets open
46
for the future; whether this is useful depends on what exactly the
47
compiler-assumed invariants about union contents are. This might become clearer
48
-after the validity of unions [#73] is settled.
+after the [validity of unions][#73] is settled.
49
50
Even if the offsets happen to be all 0, there might still be differences in the
51
function call ABI. If you need to pass unions by-value across an FFI boundary,
0 commit comments