-
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
Allow empty functional updating of structs #8972
Comments
triage bump, maybe we can close this issue, it seems that no one is interested about this? |
At the very least the error message is quite misleading:
|
bors
added a commit
that referenced
this issue
Jan 30, 2014
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2022
feat(new lint): new lint `manual_retain` close rust-lang#8097 This PR is a new lint implementation. This lint checks if the `retain` method is available. Thank you in advance. changelog: add new ``[`manual_retain`]`` lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As @metajack pointed out, this would be useful to avoid special-casing in macros and the like.
The text was updated successfully, but these errors were encountered: