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 183e15f + c21cfd5 commit 19bc573Copy full SHA for 19bc573
reference/src/layout/function-pointers.md
@@ -3,7 +3,7 @@
3
### Terminology
4
5
In Rust, a function pointer type, is either `fn(Args...) -> Ret`,
6
-`extern "ABI" fn(Args...) -> Ret`, `unsafe fn(Args...) -> Ret`, and
+`extern "ABI" fn(Args...) -> Ret`, `unsafe fn(Args...) -> Ret`, or
7
`unsafe extern "ABI" fn(Args...) -> Ret`.
8
A function pointer is the address of a function,
9
and has function pointer type.
0 commit comments