We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4491448 commit bee031cCopy full SHA for bee031c
src/type-layout.md
@@ -104,11 +104,11 @@ Closures have no layout guarantees.
104
105
## Representations
106
107
-All **FIXME** types have a *representation* that specifies what the layout
108
-is for the type.
+All user-defined composite types (`struct`s, `enum`, and `union`s) have a
+*representation* that specifies what the layout is for the type.
109
110
-Note: The representation does not depend upon the type's fields or generic
111
-parameters.
+> Note: The representation does not depend upon the type's fields or generic
+> parameters.
112
113
The possible representations for a type are the default representation, `C`, the
114
primitive representations, and `packed`. Multiple representations can be applied
0 commit comments