Record Builder colon arrow syntax

This commit is contained in:
Agustin Zubiaga 2023-05-16 22:44:55 -03:00
parent d6dfdabd16
commit 731cd4257d
No known key found for this signature in database
4 changed files with 64 additions and 35 deletions

View file

@ -1552,8 +1552,7 @@ fn format_record_builder_field_multiline(
}
buf.push_str(separator_prefix);
buf.spaces(1);
buf.push_str("<-");
buf.push_str(": <-");
buf.spaces(1);
ann.value.format(buf, indent);
buf.push(',');