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
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Current grammar doesn't allow semicolons in function definitions. This leads to the following highlighting errors:
Since foo ends with the semicolon in the first parameter, the inline param2 impl is treated as a normal impl block and doesn't end until a curly open brace.
When defining Traits which often don't contain function implementations (and therefore don't contain open curly braces) this gets really annoying.
Current grammar doesn't allow semicolons in function definitions. This leads to the following highlighting errors:
Since foo ends with the semicolon in the first parameter, the inline param2 impl is treated as a normal impl block and doesn't end until a curly open brace.
When defining Traits which often don't contain function implementations (and therefore don't contain open curly braces) this gets really annoying.