mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Implement support for type aliases
This commit is contained in:
parent
5a684099e9
commit
5d72b96988
8 changed files with 102 additions and 11 deletions
|
@ -29,6 +29,7 @@ mod name;
|
|||
mod module_tree;
|
||||
mod nameres;
|
||||
mod adt;
|
||||
mod type_alias;
|
||||
mod type_ref;
|
||||
mod ty;
|
||||
mod impl_block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue