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
When providing this module to wain parser, I triggered a panic due to unwrapping on Result::Err variant.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: TryFromSliceError(())', /home/scop/.cargo/registry/src/github.com-1ecc6299db9ec823/wain-syntax-binary-0.1.3/src/parser.rs:250:61
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Hey,
When providing this module to wain parser, I triggered a panic due to unwrapping on
Result::Err
variant.Download: crash_wain_unwrap.zip
The text was updated successfully, but these errors were encountered: