```rust let x: Box<i32> = box 1i32; let box y = x; ``` cc https://github.com/rust-lang/rust/issues/49733