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
Weird characters appear seemingly randomly in formatter output snapshots that I haven't been able to reproduce outside tests.
The text was updated successfully, but these errors were encountered:
I suspected that it was an use-after-free error due to the way handle strings in the formatter:
lsp/crates/rhai-fmt/src/util.rs
Line 122 in c954855
But miri does not complain about it.
Sorry, something went wrong.
chore(fmt): removed test with incorrect characters (#102)
02c655a
I wonder how this can happen with Rust... Is it unsafe code?
I suspected that it was an use-after-free error due to the way handle strings in the formatter: I wonder how this can happen with Rust... Is it unsafe code?
Yes, what I linked is unsafe :). But it appears to be correct and isn't the cause.
No branches or pull requests
Weird characters appear seemingly randomly in formatter output snapshots that I haven't been able to reproduce outside tests.
The text was updated successfully, but these errors were encountered: