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 b41ef53 commit 307db2aCopy full SHA for 307db2a
src/what-unsafe-does.md
@@ -40,7 +40,7 @@ language cares about is preventing the following things:
40
`NonZero*` that is 0
41
* Unwinding into another language
42
* Causing a [data race][race]
43
-* Executing code compiled with platform features that the current platform does
+* Executing code compiled with target features that the current thread of execution does
44
not support (see [`target_feature`])
45
46
"Producing" a value happens any time a value is assigned, passed to a
0 commit comments