Module rustc_lint::deref_into_dyn_supertrait
source · Structs
Statics
- The
deref_into_dyn_supertrait
lint is output whenever there is a use of theDeref
implementation with adyn SuperTrait
type asOutput
.
deref_into_dyn_supertrait
lint is output whenever there is a use of the
Deref
implementation with a dyn SuperTrait
type as Output
.