-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 when checking hyper: HirIdValidator #55376
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Comments
matthiaskrgr
added a commit
to matthiaskrgr/rust-clippy
that referenced
this issue
Oct 26, 2018
…yper. Upstream ticket: rust-lang/rust#55376
bors bot
added a commit
to rust-lang/rust-clippy
that referenced
this issue
Oct 26, 2018
3362: travis: work around temporary test failure due to rustc crashing on hyper r=phansch a=matthiaskrgr Upstream ticket: rust-lang/rust#55376 Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
matthiaskrgr
changed the title
ICE when checking hyper
ICE when checking hyper: HirIdValidator
Oct 26, 2018
oli-obk
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Oct 26, 2018
If I did nothing wrong, then this is a minimal repro: pub(super) use self::my_mod::Foo;
mod my_mod {
pub struct Foo;
} |
Can we revert the commit for now? |
This was referenced Oct 28, 2018
Bisection confirms it's #54145 |
Why was this closed? |
Hit close on the wrong issue |
I'm investigating today |
OK, I have a fix, but I need to write a test, run the whole test suite, etc. and it is late here. I'll have a PR tomorrow. |
petrochenkov
added
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
and removed
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Oct 29, 2018
petrochenkov
added
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
and removed
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
labels
Oct 29, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Oct 30, 2018
Adjust Ids of path segments in visibility modifiers Fixes rust-lang#55376 (nightly regression) r? @petrochenkov
nikomatsakis
pushed a commit
to nikomatsakis/rust
that referenced
this issue
Nov 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
This bug was introduced between 4bd4e41 and 82239b0
Found via rust-lang/rust-clippy#3359
The text was updated successfully, but these errors were encountered: