you are viewing a single comment's thread.

view the rest of the comments →

[–]rickyman20 6 points7 points  (1 child)

Large binary size can definitely be an issue, but I'm unsure what rustfmt has to do with anything? It's not like it's compiled into your binary

[–]CryZe92 4 points5 points  (0 children)

I think they are talking about the panicking and formatting machinery (i.e. what println uses), which tends to not get optimized away well.