-
Notifications
You must be signed in to change notification settings - Fork 50
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
Const traits #106
Comments
This issue is intended for status updates only. For general questions or comments, please contact the owner(s) directly. |
Update 2024-07-27:
|
Update 2024-10-02:
|
Update 2024-11-20: #131985 by @compiler-errors completely restructured the way const traits are desugared, which made the design easier to understand and more robust against our current unit tests. Since then, there had been significant development and cleanup for the feature, with #131968 #132118 #132168 #132169 #132227 #132275 #132344 #132366 #132368 #132479 #132823 among the ones that got merged, and #133216 #133218 that are still open. With the recent work, we are very close to being able to dogfooding the feature on the standard library again, and the current implementation is the closest we have towards something that can be stabilized. |
Summary
Experiment with effects-based desugaring for "maybe-const" functionality
Tasks and status
The text was updated successfully, but these errors were encountered: