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 8098a87 commit 33a9c97Copy full SHA for 33a9c97
src/generics/trait-objects.md
@@ -54,13 +54,13 @@ Memory layout after allocating `xs`:
54
: | | '---->| "<str as Display>::fmt" | :
55
: | | +-------------------------+ :
56
: | | :
57
- : | | +-------------------------+ :
58
- : | '-->| "<i32 as Display>::fmt" | :
59
- : | +-------------------------+ :
60
- : | :
+ : | | +----+----+----+----+ :
+ : | '-->| 7b | 00 | 00 | 00 | :
61
: | +----+----+----+----+ :
62
- : '---->| 7b | 00 | 00 | 00 | :
63
- : +----+----+----+----+ :
+ : | :
+ : | +-------------------------+ :
+ : '---->| "<i32 as Display>::fmt" | :
+ : +-------------------------+ :
64
: :
65
66
'- - - - - - - - - - - - - - - - - - - - - - - -'
0 commit comments