bors c46ddeb9e1 Auto merge of #10987 - y21:type_id_on_box, r=llogiq
new lint: `type_id_on_box`

Closes #7687.

A new lint that detects calling `.type_id()` on `Box<dyn Any>` (and not on the underlying `dyn Any`), which can make up for some pretty confusing bugs!

changelog: new lint: [`type_id_on_box`]
2023-07-03 06:16:14 +00:00
..
2023-06-21 09:16:25 +02:00
2023-06-21 15:58:52 -05:00
2023-07-01 12:37:16 -05:00
2023-07-02 07:11:05 -05:00
2023-06-20 17:33:32 +02:00