Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::Ty
This commit is contained in:
@@ -26,6 +26,7 @@ mod krate;
|
||||
mod module;
|
||||
mod function;
|
||||
mod adt;
|
||||
mod type_ref;
|
||||
mod ty;
|
||||
|
||||
use std::ops::Index;
|
||||
|
||||
Reference in New Issue
Block a user