You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.