about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
AgeCommit message (Expand)AuthorLines
2023-10-13Format all the let chains in compilerMichael Goulet-8/+7
2023-07-31Add missing feature gate in multiple_supertrait_upcastable docGary Guo-0/+1
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-1/+1
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+60
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-63/+0
2022-12-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+63