When trying to write `println!(x);`, suggest `println!("{}", x);`. https://users.rust-lang.org/t/wtf-is-this-problem/18045