fn descend_path<'a>(
table: &'a mut InlineTable,
path: &'a [Key],
dotted: bool,
errors: &mut dyn ErrorSink,
) -> Option<&'a mut InlineTable>fn descend_path<'a>(
table: &'a mut InlineTable,
path: &'a [Key],
dotted: bool,
errors: &mut dyn ErrorSink,
) -> Option<&'a mut InlineTable>