-
Notifications
You must be signed in to change notification settings - Fork 13.3k
DerefMut
should be for Sized?
#19493
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
Comments
Hmm, yeah I guess at first glance it seems strange that |
I'm not really sure who to ping on this, maybe I should just make up a pull request and see what happens? |
Yeah, probably :) |
Yeah, just adding |
Awesome. I'll put together a pull request now then. |
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Apr 28, 2025
chore: Disable rust-cache in CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This currently is not the case, so you can't impl
DerefMut<T> for Foo
whereFoo
is unsized. Note that this is distinct from whetherT
isSized?
(it is).The text was updated successfully, but these errors were encountered: