Implement support for type aliases

This commit is contained in:
Florian Diebold 2019-02-24 17:25:41 +01:00
parent 5a684099e9
commit 5d72b96988
8 changed files with 102 additions and 11 deletions

View file

@ -29,6 +29,7 @@ mod name;
mod module_tree;
mod nameres;
mod adt;
mod type_alias;
mod type_ref;
mod ty;
mod impl_block;