-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fails to build on x86_64-unknown-linux-gnux32 due to size mismatch (32 vs. 64 bits) #3
Comments
I could fix this by casting the expression to
|
Sounds like the libstd definition for |
Yep, that's the problem. For reference, see this small C test program:
So, maybe Rust's assumption is wrong that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to bootstrap rustc for x86_64-unknown-linux-gnux32 fails due to mismatching sizes for
self.thread.as_pthread_t()
:The text was updated successfully, but these errors were encountered: