fn write_fields<'db>( fields: &[Field], has_where_clause: bool, limit: usize, in_line: bool, f: &mut HirFormatter<'_, 'db>, ) -> Result