Rename Rename

This commit is contained in:
Aleksey Kladov 2020-07-30 11:58:41 +02:00
parent 7d09e5ed61
commit 6cd2131caf
11 changed files with 20 additions and 20 deletions

View file

@ -224,7 +224,7 @@ fn opt_alias(p: &mut Parser) {
if !p.eat(T![_]) {
name(p);
}
m.complete(p, ALIAS);
m.complete(p, RENAME);
}
}

View file

@ -221,7 +221,7 @@ pub enum SyntaxKind {
PATH,
PATH_SEGMENT,
LITERAL,
ALIAS,
RENAME,
VISIBILITY,
WHERE_CLAUSE,
WHERE_PRED,