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
lent
js: can't take addr of param
when true: proc bar[T](a: T): lent T = a let a = 10 echo bar(a)
Error: internal error: genAddr: 2
works
The text was updated successfully, but these errors were encountered:
fix nim-lang#14576 addr(param) now works in nim js
af6d51b
e626e7c
61f2f1f
let
Successfully merging a pull request may close this issue.
js: can't take addr of param
Example
Current Output
Expected Output
Additional Information
lent
doesn't work in iterators with tuple destructuring #14574; turns out it's a different bug and I may have a fix for this oneThe text was updated successfully, but these errors were encountered: