Uh oh!
There was an error while loading. Please reload this page.
Add note to type mismatch errors related to specialization. - #33599
Add note to type mismatch errors related to specialization.#33599rphmeier wants to merge 1 commit into
Conversation
Specifically, default associated types cannot be projected as specific types.
rust-highfive
commented
May 12, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jroesch (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
bors
commented
May 18, 2016
☔ The latest upstream changes (presumably #33137) made this pull request unmergeable. Please resolve the merge conflicts. |
alexcrichton
commented
Jul 19, 2016
@rphmeier oh dear sorry for the delay! This has been inactive for awhile now, but could you resubmit with a rebase? Thanks! |
Specifically, default associated types cannot be projected as specific types.
This is the same as #33492, but rebased onto the latest master and in a different local branch.
Fixes#33481