Skip to content

Fix copy-paste bug in Win64 CABI code. #27666

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

Merged
merged 1 commit into from
Aug 12, 2015
Merged

Conversation

vadimcn
Copy link
Contributor

@vadimcn vadimcn commented Aug 11, 2015

I was not able to come up with tests that would expose this bug, as, apparently, Rust types of the args are not used for anything but debug logging.
Thanks to @luqmana for pointing this out!

(that didn't seem to affect anything as the Rust type of the args wasn't getting used for code generation)
@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ cb5cd54

Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 11, 2015
 I was not able to come up with tests that would expose this bug, as, apparently, Rust types of the args are not used for anything but debug logging.
Thanks to @luqmana for pointing this out!
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Aug 12, 2015
I was not able to come up with tests that would expose this bug, as, apparently, Rust types of the args are not used for anything but debug logging.
Thanks to @luqmana for pointing this out!
@bors bors merged commit cb5cd54 into rust-lang:master Aug 12, 2015
@vadimcn vadimcn deleted the cabi-typo branch October 9, 2015 05:16
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.

5 participants