-
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
Compiler panic at src/libsyntax/diagnostics/plugin.rs:171 #25690
Comments
When I encountered this today, I did |
Thanks @pnkfelix, that worked for me! I think i Ctrl-C'd the first time I ran make, so maybe it left the system in a bad state. Since you ran into this today as well, I'll leave this Issue open. Maybe there is an underlying bug here. (Rust team: feel free to close this if there are no other responses within a week or so) |
see this under
|
I have the same bug on OS X when building 1.1.0.
edit: a make clean fixed it, as pointed out in #25680! |
Triage: it's been a while. Is anyone still seeing this? |
I'm going to close since presumably this has gone away, let us know if you still see this and we can reopen. |
Tried to compile from master, but the 'compiler unexpectedly panicked'
Not sure why this happened, could be something on my end.
https://github.com/rust-lang/rust/blob/master/src/libsyntax/diagnostics/plugin.rs#L171 is the file and line in question.
Running OS X Yosemite.
The text was updated successfully, but these errors were encountered: