-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
ARM broken, need cast #689
Comments
Stable rust
|
Switching from using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to this issue, even a GL "hello world" doesn't compile:
In most cases it's enough to do a cast
as *const _
while the rest might require coercion via a variable.I was using a 1.7 nightly, 1.5 is also affected but in other places too.
The text was updated successfully, but these errors were encountered: