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
In the above example, the branch! macro should expand to a pattern and block, but rustc insists that it only expands into a pattern, and still expects further patterns or a block.
The text was updated successfully, but these errors were encountered:
Example of incorrect behavior: http://is.gd/WmvsML
In the above example, the
branch!
macro should expand to a pattern and block, but rustc insists that it only expands into a pattern, and still expects further patterns or a block.The text was updated successfully, but these errors were encountered: