]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 24 Nov 2022 07:42:34 +0000 (08:42 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 07:42:34 +0000 (08:42 +0100)
commitac6a77ed951b63aad0133469fb8914d121e156ce
tree7719b4503cdaf32e329e1cbe45c86a6ee8821b40
parent2a530dce53b93ff8f880ffa3e90d5fc53668ba89
parent284ce9ed0d18b4582e1d377a501355fa685300fd
Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors

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``