about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/deref_into_dyn_supertrait.rs
AgeCommit message (Expand)AuthorLines
2023-02-17Don't eagerly convert principal to stringclubby789-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-01-09migrate: `deref_into_dyn_supertrait.rs`Rejyr-18/+12
2022-11-23Use nicer spans for `deref_into_dyn_supertrait`Maybe Waffle-3/+10
2022-11-23Make `deref_into_dyn_supertrait` lint the impl and not the usageMaybe Waffle-0/+85