-
Notifications
You must be signed in to change notification settings - Fork 56
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
Experiment with ergonomic ref-counting #107
Comments
This issue is intended for status updates only. For general questions or comments, please contact the owner(s) directly. |
This issue has not seen many updates, but there has been definite progress:
|
Year-end summary: In 2024H2 @spastorino began work on an experimental implementation (not yet landed) and @joshtriplett authored a corresponding RFC (rust-lang/rfcs#3680), which has received substantial feedback. We opened a proposed 2025H1 project goal to continue by (a) landing the experimental branch and (b) addressing feedback on the RFC, reading it with the lang-team, and reaching a decision. |
This is a continuing project goal, and the updates below this comment will be for the new period 2025h1 |
There's a PR up rust-lang/rust#134797 which implements the proposed RFC without the optimizations. |
Summary
use
syntax for ergonomic ref-counting.Tasks and status
The text was updated successfully, but these errors were encountered: