We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.