declaring multiple variables in the same line in Rust code example Example: rust create multiple variables on a single line let (a, b, c) = (42, "hello", 5.0);