-
Notifications
You must be signed in to change notification settings - Fork 99
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 on latest Rust #210
Comments
Thanks for the report. I'm setting up a minimally reproducible example to find out if this is a |
Reported upstream: rust-lang/rust#77638 (comment). Explicit bounds can be added to resolve the issue in |
Per rust-lang/rust#77638 this isn't going to be fixed upstream. Working on a fix in |
Code changes completed, but I ran out of time writing the commit message. Will try to get a PR pushed tomorrow. |
Disabled until the following issue is fixed: iliekturtles/uom#210
rust-lang/rust#73905 introduced changes to typechecking that made previously accepted trait bounds where a trait was automatically chosen now ambiguous. Resolves #210. See rust-lang/rust#77638 (comment) for additional discussion.
rust-lang/rust#73905 introduced changes to typechecking that made previously accepted trait bounds where a trait was automatically chosen now ambiguous. Resolves #210. See rust-lang/rust#77638 (comment) for additional discussion.
Thanks again for the report. v0.30.0 just published to crates.io with this fix. |
Disabled until the following issue is fixed: iliekturtles/uom#210
uom
doesn't compile on latest Rust.Rust Version
Example project
Build error
log.txt
The text was updated successfully, but these errors were encountered: