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
Due to parsing ambiguities arising from adding a second repeating pattern, I took the approach of separating the panic message args from the rest of the macro args with a ;, like so:
It would be great to extend the
assert_*
macros to accept a custom panic message, the wayassert_eq!
does:The text was updated successfully, but these errors were encountered: