``` 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.