-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix ICE during type layout when there's a [type error]
#84262
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
Conversation
Based on estebank's [comment], except I used `delay_span_bug` because it should work in more cases, and I think it expresses its intent more clearly. [comment]: rust-lang#84108 (comment)
I think a simpler fix is to add |
@bors r+ @camsteffen it's true that checking for errors and returning is valid, I prefer us not to be shy about adding |
📌 Commit c30eac5 has been approved by |
I wondered. Thanks for explaining. |
⌛ Testing commit c30eac5 with merge 828dc104cdf74c1e275408cae179e4c3042612c3... |
💔 Test failed - checks-actions |
@bors retry |
Fixes #84108.
Based on estebank's comment, except I used
delay_span_bug
because itshould work in more cases, and I think it expresses its intent more
clearly.
r? @estebank