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
This program
#annot=" very long annotation string " export fn main(stack u8[1] a) {}
reports
"ble.jazz", line 2 (27-28): typing error: a has kind stack, only reg or reg ptr are allowed in parameter of non inlined function
but the error is not in line 2. I guess it's difficult to distinguish between this and annot="very\nlong\nannotation\nstring?
annot="very\nlong\nannotation\nstring
The text was updated successfully, but these errors were encountered:
Fixed in #959.
Sorry, something went wrong.
No branches or pull requests
This program
reports
but the error is not in line 2. I guess it's difficult to distinguish between this and
annot="very\nlong\nannotation\nstring
?The text was updated successfully, but these errors were encountered: