-
Notifications
You must be signed in to change notification settings - Fork 13.3k
When compile env_logger from git, Rustc panicked. #23075
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
Comments
|
cc @michaelwoerister, but perhaps this is a dupe? I've seen a few bugs like this recently |
@alexcrichton, similar for mysql was introduced with latest nightly
|
Same(?) issue since newest rustc updated; I do not make use of Edit: I forgot I actually removed the mutex in my lib, so I do not know why it won't compile |
Btw. I'm having the same ICE with OS X |
I'm also having the same problem trying to compile openssl-sys 0.5.1, |
I'm having the same problem as @tshakah, openssl-sys 0.5.1, slightly different nightly though |
I'm having the exact same issue in my IRC library with openssl-sys 0.5.1. When compiling without it, the same ICE happens in my own code. |
The text was updated successfully, but these errors were encountered: