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 b2fd0f2 commit afe7539Copy full SHA for afe7539
src/items/external-blocks.md
@@ -66,6 +66,7 @@ standard C ABI on the specific platform. Other ABIs may be specified using an
66
`abi` string, as shown here:
67
68
```rust
69
+# #[cfg(any(windows, target_arch = "x86"))]
70
// Interface to the Windows API
71
unsafe extern "stdcall" { }
72
```
0 commit comments