about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/coercion.rs
AgeCommit message (Expand)AuthorLines
2022-10-20rustc_hir_typeck: move whole fileslcnr-1950/+0
2022-10-14Address nits, add test for implicit dyn-star coercion without feature gateMichael Goulet-1/+3
2022-10-14Allow dyn* upcastingMichael Goulet-2/+10
2022-10-14Make dyn* cast into a coercionMichael Goulet-0/+50
2022-10-07Introduce TypeErrCtxtCameron Steffen-4/+9
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+1885