-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> #88236
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
Comments
Assigning priority as discussed in the Zulip thread of the Prioritization Working Group. @rustbot label -I-prioritize +P-medium |
It's doing a stack overflow now @rustbot label I-crash |
Might make sense to bisect the point between 1.56 and 1.57 where the crash was introduced. @rustbot label E-needs-bisection |
So, bisection shows that the ICE->crash change happened in @rustbot label -E-needs-bisection |
@steffahn I haven't noticed that you've already found the commit, so I tried to search for it too 😅 There is Very handy tool |
Oh, that's nice. So I wouldn't have had to re-compile the compiler like 10 times to do that bisection? 😅 |
Reopening because the fix was reverted |
Code
(playground)
Comment
I was trying to make an associated type of hrtb-
impl Trait
Send
without changing theTrait
. I was mostly expecting that this won't work, but this also ICEs.Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: