We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The input: static S: uint = 23 as uint; [0, ..S]; ()
static S: uint = 23 as uint; [0, ..S]; ()
The result:
error: internal compiler error: node_id_to_type: no type for node `expr 23 as uint (id=15)`
(cc @huonw )
The text was updated successfully, but these errors were encountered:
This is reduced from a slightly larger test case I was going to use to try to look into #9837.
Sorry, something went wrong.
unknown node (id=3332)
Just hit this. Rather annoying.
5a61812
Successfully merging a pull request may close this issue.
The input:
static S: uint = 23 as uint; [0, ..S]; ()
The result:
(cc @huonw )
The text was updated successfully, but these errors were encountered: