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
Closing as a dupe of #5941. Currently it's a limitation that if a macro starts a line that it expands to a statement instead of an expression, and you've also discovered the current workaround.
vec!().is_empty()
fails to parse with "unexpected token:.
". An extra set of parentheses aroundvec!()
is required.The text was updated successfully, but these errors were encountered: