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
@Veetaha the ICE should now be fixed; panics have been removed from the code. It occurs to me that supporting tuple variants is totally possible - if that's something you want supported, please file an issue and I'll take a look at it.
See rust-lang/rust#106298
Immediate cause is probably this
unwrap
call, which panics for non-newtype variants rather than returning a good error.The text was updated successfully, but these errors were encountered: