Start replacing tokens

This commit is contained in:
Aleksey Kladov 2020-04-10 10:18:43 +02:00
parent c8b4c36f81
commit 1c5d859195
3 changed files with 17 additions and 35 deletions

View file

@ -322,7 +322,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
T![;]
}
struct RetType { ThinArrow, TypeRef }
struct RetType { T![->], TypeRef }
struct StructDef: VisibilityOwner, NameOwner, TypeParamsOwner, AttrsOwner, DocCommentsOwner {
T![struct],