-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE on "byte index 1 is out of bounds of ``" #62973
Comments
cc @estebank |
Mark-Simulacrum
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
A-parser
Area: The parsing of Rust source code to an AST
labels
Jul 25, 2019
I haven't been able to reproduce :-/ |
I may have made a copy/paste error or typo when writing up this issue.
I’ll take a another look later tonight when I’m in front of my computer.
…On Thu, Jul 25, 2019 at 3:36 PM Esteban Kuber ***@***.***> wrote:
I haven't been able to reproduce :-/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#62973?email_source=notifications&email_token=AADZBGDJSYUWRFWIWMN42F3QBH6ERA5CNFSM4IG2J6DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD22RNKY#issuecomment-515184299>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADZBGCMR44FTOBUVK4SGZDQBH6ERANCNFSM4IG2J6DA>
.
|
Ah, it requires some trailing newlines. This should do it:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=70eae36c693cb46e59b7db1badb8bf79
…On Thu, Jul 25, 2019 at 3:44 PM David Renshaw ***@***.***> wrote:
I may have made a copy/paste error or typo when writing up this issue.
I’ll take a another look later tonight when I’m in front of my computer.
On Thu, Jul 25, 2019 at 3:36 PM Esteban Kuber ***@***.***>
wrote:
> I haven't been able to reproduce :-/
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#62973?email_source=notifications&email_token=AADZBGDJSYUWRFWIWMN42F3QBH6ERA5CNFSM4IG2J6DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD22RNKY#issuecomment-515184299>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AADZBGCMR44FTOBUVK4SGZDQBH6ERANCNFSM4IG2J6DA>
> .
>
|
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 28, 2019
Avoid ICE when suggestion span is at Eof Fix rust-lang#62973.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing an internal compiler error on the following input (found by fuzz-rustc):
(EDIT: the trailing newlines are important)
The error happens on stable, beta, and nightly.
The text was updated successfully, but these errors were encountered: