fn main() { // ANCHOR: here if let x = 5 { println!("{x}"); }; // ANCHOR_END: here }