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

lang: Arrays with variable as length and casting fail IDL parsing #1476

Closed
tomlinton opened this issue Feb 19, 2022 · 0 comments · Fixed by #1485
Closed

lang: Arrays with variable as length and casting fail IDL parsing #1476

tomlinton opened this issue Feb 19, 2022 · 0 comments · Fixed by #1485

Comments

@tomlinton
Copy link
Contributor

Casting breaks the IDL parser, for example pub field: [u8; MAX_SIZE] works but pub field: [u8; MAX_SIZE as usize] errors.

Related #335 and #1357.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant