mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Add ellipsis
to HIR RecordLit
This commit is contained in:
parent
977e12a0bd
commit
fb063d360c
4 changed files with 6 additions and 4 deletions
|
@ -138,6 +138,7 @@ pub enum Expr {
|
|||
path: Option<Box<Path>>,
|
||||
fields: Box<[RecordLitField]>,
|
||||
spread: Option<ExprId>,
|
||||
ellipsis: bool,
|
||||
},
|
||||
Field {
|
||||
expr: ExprId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue