-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rust 1.18 regression, constrained-0.1.0, cannot infer type #41796
Comments
Oh the failure is actually in sprs-0.3.0 cc @vbarrielle. |
Hello, I can fix this with a simple type annotation, but the trouble is, this comes from a fairly old version of sprs (0.3.0, but I'm developping over version 0.5.0 with several breaking changes). I cannot patch version 0.3.0 and submit a fixed version on crates.io, since there are already versions 0.3.x published. On solution I can see is for constrained to depend upon version 0.3.3 or later, and I could fix the type inference in a version 0.3.4. How does that sound? |
@vbarrielle let's see if it's a bug on our side before you work around it. |
Possibly related to #41727 |
Still repros on 1.18.0-beta.3. I'll bump beta to .4. |
https://github.com/dylanede/constrained
cc @dylanede
The text was updated successfully, but these errors were encountered: