-
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
HRTB closure ICE #54189
Labels
A-traits
Area: Trait system
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) ❄️
Comments
estebank
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
A-traits
Area: Trait system
labels
Sep 13, 2018
The ICE cannot be reproduces with 1.26.2 .
|
1.27 also just errors, the ICE seems to have slipped in with 1.28 |
As of 1.33, this just gives back a normal error, and no longer ICE's. issue can be closed? |
matthewjasper
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Apr 28, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Jun 20, 2019
…ramertj Add test for issue-54189 Closes rust-lang#54189
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-traits
Area: Trait system
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) ❄️
Returning a Higher Ranked Trait Bound closure ICE's on stable (1.28), beta and nightly:
Backtrace:
The text was updated successfully, but these errors were encountered: