Merge remote-tracking branch 'origin/trunk' into list-empty-record

This commit is contained in:
Folkert 2021-01-23 15:24:05 +01:00
commit 54fb482b79
29 changed files with 968 additions and 1149 deletions

View file

@ -1027,6 +1027,8 @@ fn path_to_expr_help<'a>(
debug_assert!(*index < field_layouts.len() as u64);
debug_assert_eq!(field_layouts.len(), 1);
let inner_layout = field_layouts[*index as usize].clone();
let inner_expr = Expr::AccessAtIndex {
index: *index,