-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Doesn't compile (E0282) #78
Comments
I believe you are using the nightlies or the compiler |
Even after 1.0, many people use the Another thing to take into account is that rust 1.x release are allowed to make changes which break code, as specified in https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md. The change which broke this code in ncollide could easily be here to stay for rust 1.2. In this case, you are going to need to fix this code either now or when 1.2 is released, and it would be much nicer to fix it now rather than wait until rust 1.2 is released before fixing it. |
I just created PR #82 which compiles both on stable and nightly. |
Closing this as it was fixed by #82. |
This library doesn't compile for me with the error below.
The text was updated successfully, but these errors were encountered: