Compiler crashes when pretty-printing something #17824
Labels
A-pretty
Area: Pretty printing (including `-Z unpretty`)
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I'm writing my first Rust program! It compiles, but when i try to pretty-print it with --pretty typed (because i'm trying to understand what types are being inferred), the compiler crashes.
I'm running rustc 0.11.0, which i got from Homebrew on a Mac running OS X 10.9.4 (uname -a says "Darwin hostname 13.3.0 Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 x86_64").
Your bug report instructions mention that "It's also helpful to copy/paste the output of re-running the erroneous rustc command with the -v flag", but since the -v flag causes rustc to print its version and exit, i am skeptical of this claim.
The program:
The command:
The error message:
The backtrace:
The text was updated successfully, but these errors were encountered: