error[E05001]: ability constraint not satisfied ┌─ tests/move_check/translated_ir_tests/move/signer/copy_loc_transitive.move:5:9 │ 4 │ let x = S { s }; │ --------------- │ │ │ │ │ The type '0x8675309::M::S' can have the ability 'copy' but the type argument 'signer' does not have the required ability 'copy' │ The type '0x8675309::M::S' does not have the ability 'copy' 5 │ copy x │ ^^^^^^ Invalid 'copy' of owned value without the 'copy' ability