mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Custom ranges for missing fields
This commit is contained in:
parent
26e102a567
commit
21e5224484
4 changed files with 56 additions and 8 deletions
|
@ -111,6 +111,7 @@ impl<'a, 'b> ExprValidator<'a, 'b> {
|
|||
file: source_ptr.file_id,
|
||||
field_list: AstPtr::new(&field_list),
|
||||
missed_fields,
|
||||
list_parent_path: record_lit.path().map(|path| AstPtr::new(&path)),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue