Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore doctest of
extern "stdcall"
on non-x86
The "stdcall" ABI only exists on x86, so this causes tests to fail on other architectures. This should fix rust-lang/rust#40260 next time we update the reference.
- Loading branch information