error[E02004]: invalid 'module' declaration ┌─ tests/move_check/expansion/no_address.move:1:8 │ 1 │ module M {} │ ^ Invalid module declaration. The module does not have a specified address. Either declare it inside of an 'address
{' block or declare it with an address 'module
::M''