-
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 for impl Trait with missing lifetime #42479
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Comments
eddyb
changed the title
Box<Any> panic for impl Trait with missing lifetime
ICE for impl Trait with missing lifetime
Jun 6, 2017
eddyb
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Jun 6, 2017
I'd like to look into this. |
Closed
This was referenced Aug 20, 2017
Fixed, needs a test. |
petrochenkov
added
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
and removed
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
C-bug
Category: This is a bug.
labels
Dec 23, 2017
topecongiro
added a commit
to topecongiro/rust
that referenced
this issue
Dec 26, 2017
Closes rust-lang#27078. Closes rust-lang#27985. Closes rust-lang#39848. Closes rust-lang#42164. Closes rust-lang#42479. Closes rust-lang#45152. Closes rust-lang#45662. Closes rust-lang#45876. Closes rust-lang#45965.
bors
added a commit
that referenced
this issue
Dec 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Hi, the compiler (nightly) panics on this code:
I know this code is not ok. in fact once the lifetime is added, the compiler does not panic anymore.
here is the log:
The text was updated successfully, but these errors were encountered: