Implement Copy for Range and RangeFrom#23047
Conversation
|
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. |
|
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 |
|
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. |
|
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! |
|
So, what is the status on this since the mentioned RFC has been closed? |
That had been forgotten. See also #22511.