-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Nightly regression. #32301
Comments
Just to comment on the code: |
This also a workaround to rust-lang/rust#32301
The problem here is that we started applying the coherence rules to inherent impls -- the fact that we did not do so before was a bug. The coherence rules are somewhat more restrictive about negative reasoning. For example here, you are not allowed to rely on the fact that We probably ought to have had a warning period for this change, however. |
cc @aturon |
Duplicate of #32247 I think? |
Yes, this is effectively a dupe. I'm planning to land a change ASAP to produce a warning instead of an error for now, though we (at the moment) intend to go forward with this change. |
Mioco works on nightly, but recent nightly (around two day ago) does not compile mioco anymore.
I have minimized code to:
https://gist.github.com/dpc/a6bd306b8187651ec700
This code compiles on stable, but breaks on nightly, so I believe this is a regression.
The text was updated successfully, but these errors were encountered: