mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
parent
cfc50ff160
commit
2a8c9100bf
8 changed files with 113 additions and 6 deletions
|
@ -143,6 +143,7 @@ pub enum Expr {
|
|||
Lambda {
|
||||
args: Vec<PatId>,
|
||||
arg_types: Vec<Option<TypeRef>>,
|
||||
ret_type: Option<TypeRef>,
|
||||
body: ExprId,
|
||||
},
|
||||
Tuple {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue