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
When changing the order of elements between: #[system_input], #[arguments] and execute inside of a #[system] macro, it will fail to compile with a confusing error message.
To Reproduce
Simple way to reproduce is to put the arguments struct before the execute function for example.
The text was updated successfully, but these errors were encountered:
Describe the bug
When changing the order of elements between:
#[system_input]
,#[arguments]
andexecute
inside of a#[system]
macro, it will fail to compile with a confusing error message.To Reproduce
Simple way to reproduce is to put the arguments struct before the
execute
function for example.The text was updated successfully, but these errors were encountered: