We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let mut s = ~"foo"; /* type `~str` does not implement any method in scope named `clear` */ s.clear(); s
"~str should implement Container + Mutable" says strcat.
The text was updated successfully, but these errors were encountered:
auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonw
fe3f75f
~str and @str need separate implementations for use in generic functions, where it will not automatically use the impl on &str. fixes issue #7900
fixed
Sorry, something went wrong.
Fixed by #7932.
No branches or pull requests
"~str should implement Container + Mutable" says strcat.
The text was updated successfully, but these errors were encountered: