mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Support universal function call syntax in function calls
This commit is contained in:
parent
abb9bfe44d
commit
4899e7be76
6 changed files with 226 additions and 6 deletions
|
@ -40,6 +40,7 @@ pub(super) const ATOM_EXPR_FIRST: TokenSet = LITERAL_FIRST.union(token_set![
|
|||
L_PAREN,
|
||||
L_CURLY,
|
||||
L_BRACK,
|
||||
L_ANGLE, // Universal function call syntax
|
||||
PIPE,
|
||||
MOVE_KW,
|
||||
IF_KW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue