-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Multibyte characters cause ICE #4780
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Do you have a testcase that reproduces this problem? Also, what version of rustc are you using? |
I'm sorry late for your comment. $ rustc ppe.rs this is bad my code.
|
From my cursory glance, multibyte characters (Hangul in this case) seem to cause this bug. |
Not critical for 0.6; removing milestone |
Seems to be fixed. Checking in a test case. |
catamorphism
added a commit
to catamorphism/rust
that referenced
this issue
May 21, 2013
Done pending #6662 |
Test case added in 02c59bc, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
No description provided.
The text was updated successfully, but these errors were encountered: