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
implS{fnf(){self.g({if b {Err(w(i("expected float or integer types for both operands of {}, got '{}' and '{}'",
token,)), left)}match d {
_ => h(m,b),}},)}}
There are many style issues, but the one that caught my attention was the lack of a space after the comma. I tried and sure enough if you add a trailing space rustfmt will refuse to format at all and give an internal error as a result:
Consider the following code:
There are many style issues, but the one that caught my attention was the lack of a space after the comma. I tried and sure enough if you add a trailing space rustfmt will refuse to format at all and give an internal error as a result:
The text was updated successfully, but these errors were encountered: