-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
ICE with clippy and hyper #49643
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
pietroalbini
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
Apr 5, 2018
Since was closed #49644, I'll copy the minimal crate to reproduce the issue from there: Cargo.toml:
src/main.rs:
|
According to @oli-obk it's most likely caused by clippy bug. I think rust-lang/rust-clippy#2594 is the correct place to track it. |
This seems to be fixed now. Fix in Clippy PR rust-lang/rust-clippy#2763 Works for me with:
I think this can be closed. |
🎉 |
phansch
added a commit
to phansch/rust-clippy
that referenced
this issue
May 18, 2018
Because it was failing before: rust-lang/rust#49643
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Internal compiler error while compiling
hyper
The text was updated successfully, but these errors were encountered: