-
Notifications
You must be signed in to change notification settings - Fork 134
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
"cargo test" fails on 1.5.0+ #27
Comments
In addition, at least the
...but moving
Related issue that might have caused this: rust-lang/rust#29106 |
@apasel422, since you wrote the code for fixing rust-lang/rust#29106 , if it's not too much to ask, would you mind seeing if it's Rust that's overly conservative here? It looks so to me. |
@diwic I'm looking at this now, and don't have a sure answer, but I think it's unlikely that Rust is being overly conservative. I have a hunch that it's variance-related. |
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Fixed as part of tree rewrite. |
It runs just fine on 1.4.0-nightly, but fails on 1.5.0-stable and 1.7.0-nightly.
The text was updated successfully, but these errors were encountered: