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
quote[...]
Formatting:
comptime fn check_eq_derived_for_foo(_f: FunctionDefinition) { let foo = quote[Foo].as_type(); let eq = quote[Eq].as_trait_constraint(); assert(foo.implements(eq)); }
Formatted to the same code, plus or minus extra spacing in the quote expression
Formats to the following:
comptime fn check_eq_derived_for_foo(_f: FunctionDefinition) { let foo = quote {Foo}.as_type(); let eq = quote {Eq}.as_trait_constraint(); assert(foo.implements(eq)); }
This is potentially breaking if the source quote was e.g. quote [}]
quote [}]
None
No response
The text was updated successfully, but these errors were encountered:
asterite
Successfully merging a pull request may close this issue.
Aim
Formatting:
Expected Behavior
Formatted to the same code, plus or minus extra spacing in the quote expression
Bug
Formats to the following:
This is potentially breaking if the source quote was e.g.
quote [}]
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: