Skip to content

Commit 6b544f3

Browse files
authored
Update reference/src/layout/unions.md
1 parent a649424 commit 6b544f3

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
@@ -38,7 +38,7 @@ Except for the guarantees provided below for some specific cases, the default
3838
layout of Rust unions is, _in general_, **unspecified**.
3939

4040
That is, there are no _general_ guarantees about the offset of the fields,
41-
whether all fields have the same offset, etc.
41+
whether all fields have the same offset, what the call ABI of the union is, etc.
4242

4343
<details><summary><b>Rationale</b></summary>
4444

0 commit comments

Comments
 (0)