Are you using JetBrains IDEs? The Address and Nonce (AleoLocator) types actually has Copy trait, but the JetBrains Rust plugin is not picking them up, resulting in some Cannot move false positives. You can observe this as well in snarkOS code. Or are there any other undesired behavior if you don't explicit clone those values?
Are you using JetBrains IDEs? The
Address
andNonce
(AleoLocator
) types actually hasCopy
trait, but the JetBrains Rust plugin is not picking them up, resulting in someCannot move
false positives. You can observe this as well in snarkOS code. Or are there any other undesired behavior if you don't explicitclone
those values?