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

Enable rustc::ty_eq_operator by default #107394

Open
Noratrieb opened this issue Jan 27, 2023 · 0 comments
Open

Enable rustc::ty_eq_operator by default #107394

Noratrieb opened this issue Jan 27, 2023 · 0 comments
Assignees
Labels
A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@Noratrieb
Copy link
Member

#107393 adds a new internal lint about comparing types. Since it fires quite a lot in the compiler and most of them should be allowed (or rather, expected :D) it makes sense to wait until the lint is in the bootstrap compiler.

This issue is a remainder to fix that and enable it after the bump.

@Noratrieb Noratrieb self-assigned this Jan 27, 2023
@jyn514 jyn514 added A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself labels Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants