``` rust 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.
Activity
bluss commentedon Jul 22, 2013
fixed
huonw commentedon Jul 22, 2013
Fixed by #7932.