You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following programs all cause nargo fmt to crash:
//ç
//ñ
//¶
The error is:
The application panicked (crashed).
Message: byte index 3 is not a char boundary; it is inside 'ç' (bytes 2..4) of `//ç
`
Location: tooling/nargo_fmt/src/visitor.rs:191
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#6108
## Summary\*
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Michael Klein <lambdamichael@gmail.com>
Co-authored-by: Michael J Klein <michaeljklein@users.noreply.github.com>
Co-authored-by: TomAFrench <tom@tomfren.ch>
Bug
The following programs all cause
nargo fmt
to crash://ç
//ñ
//¶
The error is:
The text was updated successfully, but these errors were encountered: