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 c6bf198 commit d3a5f5bCopy full SHA for d3a5f5b
src/what-unsafe-does.md
@@ -18,7 +18,7 @@ language cares about is preventing the following things:
18
19
* Dereferencing (using the `*` operator on) dangling or unaligned pointers (see below)
20
* Breaking the [pointer aliasing rules][]
21
-* Calling a function with the wrong call ABI (in particular, with the wrong unwind ABI).
+* Calling a function with the wrong call ABI or wrong unwind ABI.
22
* Causing a [data race][race]
23
* Executing code compiled with [target features][] that the current thread of execution does
24
not support
0 commit comments