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
Stop mkString from producing the extra space in int * x[10].
The problem already affected several regression tests for more complex
cases (which expected the extra space), and we didn't seem to notice or
care. But now it is affecting every unchanged variable of that form in a
multi-decl that gets rewritten, and this broke several other regression
tests.
0 commit comments