#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.
#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.