-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
rusti seg faults with non-ascii comments #8924
Comments
Does rusti work at all? Mine (73a28e5 / x86_64-unknown-linux-gnu) just segfaults with |
Sadly rusti's tests are disabled (for being far too flaky), so it's very possible that it's not working. It sounded like @mrordinaire was going to start looking into rusti soon though. |
bors
added a commit
that referenced
this issue
Oct 17, 2013
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2022
…ffate Suggest `pointer::cast` when possible in `transmute_ptr_to_ref` fixes rust-lang#8924 changelog: Suggest casting the pointer for any type containing lifetimes in `transmute_ptr_to_ref`. changelog: Suggest `pointer::cast` when possible in `transmute_ptr_to_ref`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rusti
0.8-pre has this program.If the lines with non-ascii comments contain syntax error and the next line without errors nor comments, rusti causes seg faults.
rusti
0.7 doesn't have this problem.The text was updated successfully, but these errors were encountered: