Uh oh!
There was an error while loading. Please reload this page.
Implement Copy for Range and RangeFrom - #23047
Conversation
rust-highfive
commented
Mar 4, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (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. 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 CONTRIBUTING.md for more information. |
aturon
commented
Mar 5, 2015
Thanks for the contribution! Note that this is actually a dupe of #21431 and #21846, which has led to a recent RFC: rust-lang/rfcs#936 |
nwin
commented
Mar 5, 2015
That slipped my attention. Seems to bitrot for a while. It is pretty annoying not to being able to copy Range. Won’t work for example. |
aturon
commented
Mar 9, 2015
I'm going to close this PR for the time being; this is definitely a known issue, but we probably want to resolve it by introducing Thanks again! |
nwin
commented
Jun 26, 2016
So, what is the status on this since the mentioned RFC has been closed? |
internal: use `rustc_type_ir::try_visit`
That had been forgotten. See also #22511.