Skip to content

Commit a649424

Browse files
gnzlbgRalfJung
andauthored
Update reference/src/layout/unions.md
Co-Authored-By: Ralf Jung <[email protected]>
1 parent f18d4a9 commit a649424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/unions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ whether all fields have the same offset, etc.
4545
As of this writing, we want to keep the option of using non-zero offsets open
4646
for the future; whether this is useful depends on what exactly the
4747
compiler-assumed invariants about union contents are. This might become clearer
48-
after the validity of unions [#73] is settled.
48+
after the [validity of unions][#73] is settled.
4949

5050
Even if the offsets happen to be all 0, there might still be differences in the
5151
function call ABI. If you need to pass unions by-value across an FFI boundary,

0 commit comments

Comments
 (0)