-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Send/Sync transitive analysis lost in stored associated types #22828
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
Comments
I think this may be another instance of #22815 |
(it of course would be good to confirm that this actually is an instance of #22815 -- my initial reaction when I saw it was "they might be related ... but wait, wasn't part of the opt-in-builtin-bounds work to be able to move the special case handling of |
Ah either way is fine by me, I personally like fewer issues :). We can reopen once #22815 is addressed one way or another if necessary (or if you'd like to reopen now that's also fine by me!) |
@alexcrichton oh that was really just a note to myself as much as anything else, not a comment on your choice to close this ticket. :) |
I don't think this code uses type-contents. If it does, that is itself a bug! Either way, we should keep this open for the time being. |
cc @flaper87 |
These implementations were temporary workaround. Now rust-lang#22828 has been fixed, they can be removed.
These implementations were temporary workaround. Now rust-lang#22828 has been fixed, they can be removed.
These implementations were temporary workaround. Now #22828 has been fixed, they can be removed.
These implementations were temporary workaround. Now rust-lang#22828 has been fixed, they can be removed.
For example, this code does not compile:
cc @nikomatsakis, @pnkfelix
The text was updated successfully, but these errors were encountered: