This could throw a warning: ``` fn foo() { let mut x = 5; io::println(x.to_str()) } ```
This could throw a warning: