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
fn main() { let c = Foo::C(Foo::C(Foo::C(3))); } enum Foo<T> { C(T), D, }
The program to compile with c's type being Foo<Foo<Foo<Field>>>
Foo<Foo<Foo<Field>>>
fatal runtime error: stack overflow
None
No response
The text was updated successfully, but these errors were encountered:
jfecher
Successfully merging a pull request may close this issue.
Aim
Expected Behavior
The program to compile with c's type being
Foo<Foo<Foo<Field>>>
Bug
fatal runtime error: stack overflow
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: