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.
2 parents 43be8c9 + 5fb237f commit 02ef0fbCopy full SHA for 02ef0fb
src/phantom-data.md
@@ -22,7 +22,7 @@ We do this using `PhantomData`, which is a special marker type. `PhantomData`
22
consumes no space, but simulates a field of the given type for the purpose of
23
static analysis. This was deemed to be less error-prone than explicitly telling
24
the type-system the kind of variance that you want, while also providing other
25
-useful such as the information needed by drop check.
+useful things such as the information needed by drop check.
26
27
Iter logically contains a bunch of `&'a T`s, so this is exactly what we tell
28
the PhantomData to simulate:
0 commit comments