a377378528
`let y = x.clone()` cannot be turned into `let y = x` without moving x, regardless of whether `y` is consumed or not.