-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Remove PointerLike
trait
#143308
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
base: master
Are you sure you want to change the base?
Remove PointerLike
trait
#143308
Conversation
The job Click to see the possible cause of the failure (guessed by this bot)
|
// currently use pseudo-canonical queries in the trait solver which replaces params with | ||
// placeholders. We should also simply not use pseudo-canonical queries in the trait | ||
// solver, at which point we can readd this assert. As of writing this comment, this is | ||
// only used by `fn layout_is_pointer_like` when calling `layout_of`. |
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 isn't true :)
@rustbot author |
Is there context for this change? |
removal of |
Not needed anymore lol |
Specifically, in #143036 (comment) I mentioned removing the |
r? oli-obk