-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Don't use hir_ty_to_ty
in result_large_err
#9417
Conversation
… late-bound lifetimes.
r? @Alexendoo (rust-highfive has picked a reviewer for you, use r? to override) |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
@Jarcho, @Alexendoo If you could, maybe you have two hints about what had been wrong in the original PR? |
The error is from a change on rustc's side. |
The original lint implementation didn't hit beta yet and this was already synced, so no need to backport. Thanks for labeling it anyway! |
fixes #9414
This occurs starting with 2022-09-01. I checked that this does fix the ICE on rust-lang/rust@9353538. Not sure which pr caused the late-bound region to leak through
hir_ty_to_ty
.changelog: None