mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 22:25:42 +00:00
Make `deref_into_dyn_supertrait` lint the impl and not the usage Proposed by ``@compiler-errors`` in https://github.com/rust-lang/rust/issues/89460#issuecomment-1320806785 r? ``@crlf0710``