-
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
Regression in 5 crates in 1.26: the trait bound is not satisfied #49932
Comments
thanks for the notification @pietroalbini ! Can I have the error log for rspec ? |
Woops! Forgot to add the link for that crate. Thanks for pointing that out! rspec report |
What is even |
The |
Errors related to |
cucumber crate author here: I wasn't able to replicate this from what I gleamed in the linked logs:
Absent an actual reproduction though, I suspect dropping |
We're also seeing this when buillding |
This will be fixed after #50121 (reverting the stabilization) is merged and backported into beta. |
The stabilization of |
Well, apparently not all of the errors in this issue were related to the never type.
|
Bisected the plexus thing, the regression is caused by #46785, cc @leodasvacas @nikomatsakis |
That's intended, |
That version of plexus seems to have no dependencies: https://crates.io/crates/plexus/reverse_dependencies There is a dependency on 0.0.1 from the bismuth crate -- cc @olson-sean-k, you may want to update to a newer version of plexus. =) |
Ok, I'll close this issue back. |
Thanks for the ping! Sorry I've been absent from the discussion.
Yep, |
There are a few crates that are failing to build on Rust 1.26 with the error
the trait bound '###' is not satisfied
. A lot of those errors seems to be related with!
.The text was updated successfully, but these errors were encountered: