This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Rust 1.6 breaks crate #22
Comments
MagaTailor
referenced
this issue
in xsleonard/rust-sdl2_image
Jan 5, 2016
Fix variable type issue with Rust 1.6
So, what's the plan for this crate? You should either accept the corrected PR or state if a switch to |
I'll check this out tonight. sorry for the delay |
Have a look at Smithay/wayland-rs#42 ; it should be much better to not depend on |
andelf
added a commit
that referenced
this issue
Jan 15, 2016
Fixed in master. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue has led to compilation errors:
A mechanical cast
as *const _
seems to be enough of a fix in most cases.Rust 1.5 is still fine.
The text was updated successfully, but these errors were encountered: