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
There was a to do for this already, but an option unwrap, instead of
returning an error. Panics are for bugs in code. This case is not a
programming error, it is just not implemented. So return the
"unsupported" error.
This issue was discovered by libfuzzer with cargo-fuzz.
0 commit comments