Rustfully

What will happen when we run this code in Rust?

let x = 42;
let y = x;
dbg!(x, y);

3 months ago | [YT] | 86