#![allow(unused_variables)] fn main() { let c: char = 'a'; let s: String = String::from(c); assert_eq!("a", & s[..]); }