#fmt expands to not great code #2746
Labels
A-syntaxext
Area: Syntax extensions
I-slow
Issue: Problems and improvements with respect to performance of generated code.
The code that #fmt produces concatenates together a bunch of strings (including, always, an empty string). It should instead call
str::concat
. Also see #1993.The text was updated successfully, but these errors were encountered: