-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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: conflicting implementations of trait Visitable
for type Box<_>
#127341
Comments
Bisected derive-visitor example, since that crate has come up a few times. This bisected to #117164 (comment) cc @lcnr @fmease, though that particular crate didn't get mentioned in the stabilization report. |
Labelling also this as P-high for now (Zulip discussion). @rustbot label -I-prioritize +P-high |
all of these look like #114061 to me, I consider this to be intended breakage. |
removing regression label to avoid having this popup in my searches for regressions @rustbot label -regression-from-stable-to-beta |
I guess we should close this as intended then. |
Not entirely clear if this is caused by a new impl in std or trait solver changes.
The text was updated successfully, but these errors were encountered: