mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Fix Return Type Syntax to include ..
(i.e. method(..)
and not method()
) as specified in the RFC
This commit is contained in:
parent
7106cd3be5
commit
21e6058ab7
12 changed files with 183 additions and 16 deletions
|
@ -253,6 +253,7 @@ pub enum SyntaxKind {
|
|||
RENAME,
|
||||
REST_PAT,
|
||||
RETURN_EXPR,
|
||||
RETURN_TYPE_SYNTAX,
|
||||
RET_TYPE,
|
||||
SELF_PARAM,
|
||||
SLICE_PAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue