-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Overly aggressive mut lint in match patterns #13866
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Comments
blocking #13831 |
I'm working on that issue |
hirschenberger
added a commit
to hirschenberger/rust
that referenced
this issue
May 8, 2014
bors
added a commit
that referenced
this issue
May 9, 2014
@alexcrichton I think we can close this issue |
Thanks @hirschenberger! |
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Jan 9, 2023
…kril Use `rustc_safe_intrinsic` attribute to check for intrinsic safety Instead of maintaining a list that is poorly kept in sync we can just use the attribute. This will make new RA versions unusable with old toolchains that don't have the attribute yet. Should we keep maintaining the list as a fallback or just don't care?
arcnmx
pushed a commit
to arcnmx/rust
that referenced
this issue
Jan 9, 2023
…Veykril minor: remove unused known `Name`s After rust-lang#13866, known `Name`s for safe intrinsics are no longer used and thus should be removed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output:
The text was updated successfully, but these errors were encountered: