about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/autoderef.rs
AgeCommit message (Collapse)AuthorLines
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-4/+4
use LocalDefId instead of HirId in trait resolution to simplify the obligation clause resolution Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-0/+224