#![allow(unused_variables)] fn main() { let s = "hello"; assert_eq!("HELLO", s.to_uppercase()); }