Skip to content
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

2.0 Remove copy(x) for immutables #53970

Open
jariji opened this issue Apr 5, 2024 · 1 comment
Open

2.0 Remove copy(x) for immutables #53970

jariji opened this issue Apr 5, 2024 · 1 comment
Labels
breaking This change will break code design Design of APIs or of the language itself

Comments

@jariji
Copy link
Contributor

jariji commented Apr 5, 2024

#45143 and #31995 (comment) prefer not to define copy for immutables. Currently copy is defined for a bunch of types like <: Number that don't need it, which could be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This change will break code design Design of APIs or of the language itself
Projects
None yet
Development

No branches or pull requests

3 participants