We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a649424 commit 6b544f3Copy full SHA for 6b544f3
reference/src/layout/unions.md
@@ -38,7 +38,7 @@ Except for the guarantees provided below for some specific cases, the default
38
layout of Rust unions is, _in general_, **unspecified**.
39
40
That is, there are no _general_ guarantees about the offset of the fields,
41
-whether all fields have the same offset, etc.
+whether all fields have the same offset, what the call ABI of the union is, etc.
42
43
<details><summary><b>Rationale</b></summary>
44
0 commit comments