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

i686 mismatched types #43

Closed
jaemk opened this issue Aug 5, 2017 · 1 comment
Closed

i686 mismatched types #43

jaemk opened this issue Aug 5, 2017 · 1 comment

Comments

@jaemk
Copy link

jaemk commented Aug 5, 2017

Getting an issue on travis, compiling for i686-apple-darwin

error[E0308]: mismatched types

   --> /Users/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/security-framework-0.1.15/src/trust.rs:124:69

    |

124 |             let certificate = SecTrustGetCertificateAtIndex(self.0, ix);

    |                                                                     ^^ expected i32, found i64
@sfackler
Copy link
Collaborator

sfackler commented Aug 5, 2017

@jchien14

mattico added a commit to mattico/rust-security-framework that referenced this issue Aug 12, 2017
Fixes kornelski#43
Also adds a single i686 travis build, so this type of thing can be caught in the future.
mattico added a commit to mattico/rust-security-framework that referenced this issue Aug 12, 2017
Fixes kornelski#43
Also adds a single i686 travis build, so this type of thing can be caught in the future.
mattico added a commit to mattico/rust-security-framework that referenced this issue Aug 12, 2017
Fixes kornelski#43
Also adds a single i686 travis build, so this type of thing can be caught in the future.
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

No branches or pull requests

2 participants