Enable rustc::ty_eq_operator
by default
#107394
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: 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.
#107393 adds a new internal lint about comparing types. Since it fires quite a lot in the compiler and most of them should be
allow
ed (or rather,expect
ed :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.
The text was updated successfully, but these errors were encountered: