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 689fde2 + fc0d037 commit f7e4545Copy full SHA for f7e4545
src/doc/nomicon/phantom-data.md
@@ -56,7 +56,7 @@ Good to go!
56
57
Nope.
58
59
-The drop checker will generously determine that Vec<T> does not own any values
+The drop checker will generously determine that `Vec<T>` does not own any values
60
of type T. This will in turn make it conclude that it doesn't need to worry
61
about Vec dropping any T's in its destructor for determining drop check
62
soundness. This will in turn allow people to create unsoundness using
0 commit comments