3787a0ccb8
[`type_id_on_box`]: lint on any `Box<dyn _>` Closes #11349. It now not only lints when calling `.type_id()` on the type `Box<dyn Any>`, but also on any `Box<dyn Trait>` where `Trait` is a subtrait of `Any` changelog: FN: [`type_id_on_box`]: lint if `Any` is a sub trait