mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
ac6a77ed95
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``