#![allow(unused_variables)] fn main() { let s = String::from("hello"); assert_eq!(& [104, 101, 108, 108, 111], s.as_bytes()); }