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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/items.md

Lines changed: 1 addition & 0 deletions
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)