File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ Closures have no layout guarantees.
104
104
105
105
## Representations
106
106
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.
109
109
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.
112
112
113
113
The possible representations for a type are the default representation, ` C ` , the
114
114
primitive representations, and ` packed ` . Multiple representations can be applied
You can’t perform that action at this time.
0 commit comments