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 1741f17 commit 746a653Copy full SHA for 746a653
src/items/external-blocks.md
@@ -90,7 +90,7 @@ There are also some platform-specific ABI strings:
90
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
91
`__vectorcall` and clang's `__attribute__((vectorcall))`
92
93
-Finally, there are some unstable rustc-specific ABI strings:
+Finally, there are some unstable `rustc`-specific ABI strings:
94
95
* `extern "rust-intrinsic"` -- The ABI of rustc intrinsics, equivalent to `"Rust"`.
96
* `extern "rust-call"` -- The ABI of the Fn::call trait functions, equivalent to `"Rust"`.
0 commit comments