Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::Ty

This commit is contained in:
Florian Diebold 2018-12-25 21:14:13 +01:00
parent 2870effd5c
commit cdca397061
10 changed files with 219 additions and 95 deletions

View file

@ -26,6 +26,7 @@ mod krate;
mod module;
mod function;
mod adt;
mod type_ref;
mod ty;
use std::ops::Index;