mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
37f83fb11d
Move can be used only when both the compared operand and the operand on switch are move operands. This commit directly changes to Copy, because I don't know if Move has beneficial.