-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Structurally resolve in probe_adt
#133558
base: master
Are you sure you want to change the base?
Structurally resolve in probe_adt
#133558
Conversation
@@ -307,7 +307,7 @@ impl<'tcx> HirTyLowerer<'tcx> for FnCtxt<'_, 'tcx> { | |||
ty::Alias(ty::Projection | ty::Inherent | ty::Weak, _) | |||
if !ty.has_escaping_bound_vars() => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is scuffed lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes :3, we could try to use with_replaced_escaping_bound_vars
, but also, I dislike the fact that we're normalizing here in the first place :<
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
r=me after updating crashes |
fixes #132320
r? lcnr