Mut String += format_args!(…);

Yet another case where deref coercion during trait resolution would help. Side-note: I haven't tried making that into a full-blown RFC yet because it needs to support more than just deref coercion for things like arrays.

1 Like