-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
internal compiler error: "byte index 4 is not a char boundary" #69130
Comments
Visited from compiler team triage meeting. Categorized as P-medium. |
searched nightlies: from nightly-2020-01-01 to nightly-2020-02-10 ICE backtrace
Reproduce bisect report:
|
The problem is here: rust/src/librustc_errors/lib.rs Lines 233 to 236 in 32fb4dc
I've submitted a fix: #71064 |
I'm seeing an internal compiler error on the following input (found by fuzz-rustc):
The error happens on
beta
andnightly
but not onstable
.The text was updated successfully, but these errors were encountered: