Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Re-ordering elements when definining a system will fail to compile #60

Open
crypto-vincent opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working priority: medium

Comments

@crypto-vincent
Copy link
Contributor

Describe the bug

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.

@crypto-vincent crypto-vincent added the bug Something isn't working label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium
Projects
None yet
Development

No branches or pull requests

2 participants