-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE with higher ranked lifetimes #49919
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-lifetimes
Area: Lifetimes / regions
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-lang
Relevant to the language team
Comments
rust/src/librustc/infer/higher_ranked/mod.rs Lines 146 to 166 in c4a0328
|
This seems no longer reproduced in the latest stable (also beta and nightly). @rustbot modify labels: +E-needstest |
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jul 11, 2019
Merged
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 12, 2019
…xcrichton Add test for rust-lang#49919 Closes rust-lang#49919
bors
added a commit
that referenced
this issue
Jul 12, 2019
Rollup of 12 pull requests Successful merges: - #61535 (Coherence test when a generic type param has a default value from an associated type) - #62274 (rustc_mir: follow FalseUnwind's real_target edge in qualify_consts.) - #62431 (Add messages to `Option`'s and `Result`'s `must_use` annotation for `is_*`) - #62453 (in which we suggest anonymizing single-use lifetimes in paths ) - #62568 (Replace unsafe_destructor_blind_to_params with may_dangle) - #62578 (Add test for #49919) - #62595 (Document that the crate keyword refers to the project root) - #62599 (move mem::uninitialized deprecation back by 1 release, to 1.39) - #62605 (Emit dropped unemitted errors to aid in ICE debugging) - #62607 (Correctly break out of recovery loop) - #62608 (`async unsafe fn` tests) - #62623 (downgrade indirect_structural_match lint to allow) Failed merges: r? @ghost
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-lifetimes
Area: Lifetimes / regions
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-lang
Relevant to the language team
While trying to find the right syntax for this SO question, I came upon this:
which ICEs on Stable, Beta and Nightly:
https://play.rust-lang.org/?gist=99fafbbcbd0fc919138de28d5e1a6326&version=nightly
The text was updated successfully, but these errors were encountered: