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
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Pointers to unsized types are sized. The size and alignment is guaranteed to be
89
89
at least equal to the size and alignment of a pointer.
90
90
91
91
> [!NOTE]
92
-
> Though you should not rely on this, all pointers to <abbrtitle="Dynamically Sized Types">DSTs</abbr> have the same alignment as usize.
92
+
> Though you should not rely on this, all pointers to <abbrtitle="Dynamically Sized Types">DSTs</abbr> are currently twice the size of the size of `usize` and have the same alignment.
0 commit comments