aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/type_ref.rs
Commit message (Collapse)AuthorAgeFilesLines
* Resolve field types lazilyFlorian Diebold2018-12-251-1/+1
| | | | I.e. not already when getting the HIR for the struct.
* Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::TyFlorian Diebold2018-12-251-0/+110