Skip to content
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

Panic when piping rustc output to a non existent program #33433

Closed
farnasirim opened this issue May 5, 2016 · 1 comment
Closed

Panic when piping rustc output to a non existent program #33433

farnasirim opened this issue May 5, 2016 · 1 comment

Comments

@farnasirim
Copy link

$rustc --version
rustc 1.8.0

Here is the problem:

$rustc --explain E0308 | lessw
zsh: command not found: lessw
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread '<main>' panicked at 'failed printing to stdout: Broken pipe (os error 32)', src/libstd/io/stdio.rs:626
@alexcrichton
Copy link
Member

I believe this is a dupe of #30972 closed in favor of #14505 which is fixed on nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants