-
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
pretty printer ICE on large const-expr summation #24579
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
steveklabnik
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Apr 20, 2015
Closed
bltavares
pushed a commit
to bltavares/glacier
that referenced
this issue
Oct 28, 2015
Reference rust-lang/rust#24579
Merged
(the new playpen doesn't have a format button anymore ...) |
Here is a way to emulate the problem in the playpen nonetheless (by creating the file in question and manually invoking rustc's pretty-printer to expose the ICE): http://is.gd/OF0lBs |
bltavares
pushed a commit
to bltavares/glacier
that referenced
this issue
Oct 28, 2015
Reference rust-lang/rust#24579
Triage: I can't reproduce it. |
Cannot reproduce -- closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(imported from improperly closed bug #17406)
This code:
when I hit the "format" button in the playpen (which I assume just calls
rustc -Z unstable-options --pretty
), it ICEs.The text was updated successfully, but these errors were encountered: