-
Notifications
You must be signed in to change notification settings - Fork 297
Upgrade to latest Rust #310
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
Labels
Comments
I'm stuck with this error:
I don't know maybe rust-lang/rust#22036 is relevant. |
Possible solution is to add dummy function: fn dummy_sub<T: Float>(max: T, min: T) -> T {
max - min
} |
Thanks for this, I've been running into a few strange errors with assoc types like this, hopefully things will clear up over the next couple weeks :) I've added your suggestion as a temp fix with a note in src, will PR and merge it in a minute. |
Merged
zummenix
added a commit
to zummenix/conrod
that referenced
this issue
Feb 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade
conrod
andall_widgets.rs
to latest Rust.The text was updated successfully, but these errors were encountered: