mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Start replacing tokens
This commit is contained in:
parent
c8b4c36f81
commit
1c5d859195
3 changed files with 17 additions and 35 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue