Skip to content

Commit bee031c

Browse files
committed
Picked a name for the struct/enum/union set.
1 parent 4491448 commit bee031c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/type-layout.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ Closures have no layout guarantees.
104104

105105
## Representations
106106

107-
All **FIXME** types have a *representation* that specifies what the layout
108-
is for the type.
107+
All user-defined composite types (`struct`s, `enum`, and `union`s) have a
108+
*representation* that specifies what the layout is for the type.
109109

110-
Note: The representation does not depend upon the type's fields or generic
111-
parameters.
110+
> Note: The representation does not depend upon the type's fields or generic
111+
> parameters.
112112
113113
The possible representations for a type are the default representation, `C`, the
114114
primitive representations, and `packed`. Multiple representations can be applied

0 commit comments

Comments
 (0)