-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rewrite ensure_drop_predicates_are_implied_by_item_defn
#97326
Conversation
r? @wesleywiser (rust-highfive has picked a reviewer for you, use r? to override) |
sry r? @nikomatsakis |
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #98542) made this pull request unmergeable. Please resolve the merge conflicts. |
don't have the time to continue working on this approach. While the current impl isn't great, keeping it this way is not a stability hazard, as it's strictly more conservative |
printing region errors in a sensible way is difficult. It also looks like this hides some of the existing errors, which definitely isn't great 😅
idk what's the final goal here. If I am interpreting @nikomatsakis stance correctly, all the involved region checking here could - and should - be done as part of ordinary fulfillment.
@nikomatsakis I would like to take some time during your office hours to talk about this in the near future.
cc @spastorino #79098