fn main() { // ANCHOR: here let s1 = String::from("hi"); let h = s1[0]; // ANCHOR_END: here }