Skip to content

Commit 70f866a

Browse files
authored
Merge pull request #71 from arielb1/all-the-world-is-an-intel
ignore doctest of `extern "stdcall"` on non-x86
2 parents c9e8d08 + f21eebe commit 70f866a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/items.md

+1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ modifier.
416416
extern fn new_i32() -> i32 { 0 }
417417

418418
// Declares an extern fn with "stdcall" ABI
419+
# #[cfg(target_arch = "x86_64")]
419420
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
420421
```
421422

0 commit comments

Comments
 (0)