You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/type-layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ r[layout.repr.rust.intro]
164
164
The `Rust` representation is the default representation for nominal types without a `repr` attribute. Using this representation explicitly through a `repr` attribute is guaranteed to be the same as omitting the attribute entirely.
165
165
166
166
r[layout.repr.rust.layout]
167
-
The only data layout guarantees made by this representation are those required for soundness. They are:
167
+
The only data layout guarantees made by this representation are those required for soundness. For structs these are:
0 commit comments