Custom ranges for missing fields

This commit is contained in:
Kirill Bulatov 2020-07-27 18:45:08 +03:00
parent 26e102a567
commit 21e5224484
4 changed files with 56 additions and 8 deletions

View file

@ -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)),
})
}
}