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 05b9924 commit 5fa03f3Copy full SHA for 5fa03f3
src/items/external-blocks.md
@@ -106,8 +106,7 @@ unsafe extern "stdcall" { }
106
```
107
108
r[items.extern.abi.standard]
109
-There are five ABI strings which are cross-platform, and which all compilers
110
-are guaranteed to support:
+The following ABI strings are supported on all platforms:
111
112
r[items.extern.abi.rust]
113
* `unsafe extern "Rust"` -- The default ABI when you write a normal `fn foo()` in any
0 commit comments