-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
unexpectedly panick when compiling mysql_common #4584
Comments
Please provide a backtrace as the message above suggests. |
Hi, with
|
here is the repository to reproduce: https://gitlab.com/bloom42/phaser, just run Please note it does not panic when compiling, just when |
I’m seeing this error in stable now when I run clippy. Haven’t localized it to a package yet. This may block us from adopting 1.38 EDIT: Host tuple x86_64-apple-darwin |
Transferred to clippy |
(It might be worth replacing the ICE message when compiling in clippy mode) |
Tracked with details in #4579
|
@spease as as workaround you can do |
@Manishearth I have a fix for this ICE in #4590, currently waiting for a review 😉 |
perfect, will land after rustup |
hi, @Manishearth, a rather noobish question but at which nightly release can we expect the fix since it's merged? |
#4590 is currently waiting on bors. After this a rust PR has to be created, which bumps the Clippy submodule in the compiler (Most of the time such PRs are only created if Clippy needs a fix because of a rustc breakage). Once this PR is merged, the fix will be in the next nightly. TL;DR: Probably 2019-10-03 or 2019-10-04, no guarantees though. |
Ack, Thank you! |
Compiler panics when compiling
mysql_common 0.18.0
.I tried to lint a project using
mysql_common
as dependencies usingcargo clippy
but I got the following error:I got the same error with the following Rust versions:
nightly-2019-08-01
nightly-2019-08-17
nightly-2019-09-11
nightly-2019-09-13
But it works with:
nightly-2019-07-19
The text was updated successfully, but these errors were encountered: