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