error[E04016]: too few arguments ┌─ tests/move_check/translated_ir_tests/move/signer/move_to_missing_signer.move:4:9 │ 4 │ move_to(R { f: false }) │ ^^^^^^^^^^^^^^^^^^^^^^^^^^ │ │ │ │ │ Found 1 argument(s) here │ Invalid call of 'move_to'. The call expected 2 argument(s) but got 1 error[E04007]: incompatible types ┌─ tests/move_check/translated_ir_tests/move/signer/move_to_missing_signer.move:4:9 │ 4 │ move_to(R { f: false }) │ ^^^^^^^^^^^^^^^^^^^^^^^^^^ │ │ │ │ │ Given: '0x8675309::M::R' │ Invalid call of 'move_to'. Invalid argument for parameter '0' │ Expected: '&signer' error[E04016]: too few arguments ┌─ tests/move_check/translated_ir_tests/move/signer/move_to_missing_signer.move:14:14 │ 14 │ () = move_to>(R { f: false }); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ │ │ │ │ Found 1 argument(s) here │ Invalid call of 'move_to'. The call expected 2 argument(s) but got 1 error[E04007]: incompatible types ┌─ tests/move_check/translated_ir_tests/move/signer/move_to_missing_signer.move:14:14 │ 14 │ () = move_to>(R { f: false }); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ │ │ │ │ Given: '0x8675309::N::R' │ Invalid call of 'move_to'. Invalid argument for parameter '0' │ Expected: '&signer'