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
The Enum::match_variant method currently panics with unimplemented!(). It needs to emit a match expression with one arm for each enum variant in the receiver.
The text was updated successfully, but these errors were encountered:
The
Enum::match_variant
method currently panics withunimplemented!()
. It needs to emit amatch
expression with one arm for each enum variant in the receiver.The text was updated successfully, but these errors were encountered: