We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40280c6 commit 7c445d7Copy full SHA for 7c445d7
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