You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an error that does not allow users to compile the code.
Error: Error[E01003]: invalid modifier ┌─ ./sources/mycoin.move:8:5 │ 8 │ struct MY_COIN has drop {} │ ^^^^^^ Invalid struct declaration. Internal struct declarations are not yet supported │ = Visibility annotations are required on struct declarations from the Move 2024 edition onwards.
Fix: go to move.toml and change edition = "2024.beta" to #edition = "2024.beta"
Please add this to the curriculum.
Thanks
The text was updated successfully, but these errors were encountered:
There's an error that does not allow users to compile the code.
Error:
Error[E01003]: invalid modifier ┌─ ./sources/mycoin.move:8:5 │ 8 │ struct MY_COIN has drop {} │ ^^^^^^ Invalid struct declaration. Internal struct declarations are not yet supported │ = Visibility annotations are required on struct declarations from the Move 2024 edition onwards.
Fix: go to move.toml and change edition = "2024.beta" to #edition = "2024.beta"
Please add this to the curriculum.
Thanks
The text was updated successfully, but these errors were encountered: