We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaa840 commit 2c76c6bCopy full SHA for 2c76c6b
reference/src/layout/pointers.md
@@ -39,7 +39,7 @@ word and have therefore the same layout as C pointers.
39
> or, in the case of `&mut T`, aliasing.
40
41
We do not make any guarantees about the layout of
42
-multi-trait objects `&(dyn Tr + Ur)` or references to other dynamically sized types,
+multi-trait objects `&(dyn Trait1 + Trait2)` or references to other dynamically sized types,
43
other than that they are at least word-aligned, and have size at least one word.
44
45
The layout of `&dyn Trait` when `Trait` is a trait is the same as that of:
0 commit comments