mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
rename type to type_alias in the AST as well
This commit is contained in:
parent
7ffff9c74c
commit
78f10fcdc4
45 changed files with 293 additions and 108 deletions
|
@ -173,7 +173,7 @@ fn items_without_modifiers(p: &mut Parser) -> Option<SyntaxKind> {
|
|||
}
|
||||
TYPE_KW => {
|
||||
type_def(p);
|
||||
TYPE_DEF
|
||||
TYPE_ALIAS_DEF
|
||||
}
|
||||
MOD_KW => {
|
||||
mod_item(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue