-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update RELEASES to include missing feature #58790
Conversation
"`Rc`, `Arc` and `Pin` as method receivers" is in this release, but was not mentioned.
(rust_highfive has picked a reviewer for you, use r? to override) |
@@ -53,6 +53,7 @@ Language | |||
``` | |||
- [`extern` functions will now abort by default when panicking.][55982] | |||
This was previously undefined behaviour. | |||
- [You may now use `Rc`, `Arc` and `Pin` as method receivers][56805]. |
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.
Maybe Rc<Self>
and so on? That'll make it more clear what this means.
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.
We may also want to address: |
We'll probably want to just forward port the stable notes so closing this (but feel free to copy from there and reopen). |
"
Rc
,Arc
andPin
as method receivers" is in this release, but was not mentioned.