Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore doctest of extern "stdcall" on non-x86 #71

Merged
merged 1 commit into from
Jun 21, 2017

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Jun 21, 2017

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.

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.
@steveklabnik steveklabnik merged commit 70f866a into rust-lang:master Jun 21, 2017
@steveklabnik
Copy link
Member

Thank you!

@chriskrycho chriskrycho mentioned this pull request Aug 12, 2017
48 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.15.1 (and earlier) armhf failing Items_and_attributes_15 doc test, passes on other architectures
2 participants