Skip to content

Commit

Permalink
Merge pull request #71 from arielb1/all-the-world-is-an-intel
Browse files Browse the repository at this point in the history
ignore doctest of `extern "stdcall"` on non-x86
  • Loading branch information
steveklabnik authored Jun 21, 2017
2 parents c9e8d08 + f21eebe commit 70f866a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ modifier.
extern fn new_i32() -> i32 { 0 }

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

Expand Down

0 comments on commit 70f866a

Please sign in to comment.