-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
impl FromIterator<Cow<str>> for String #41351
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Comments
Note that |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 29, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 30, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 30, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
Done in #41449. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I was surprised that I could not collect my cows. Can we add the ability to herd cows into a string?
The text was updated successfully, but these errors were encountered: