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
{{ message }}
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Message("invalid type: unit value, expected an array of length 1", None)', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
I expect de-serialization failure will result in returning error, but it seems not the case for program below:
Running this using stable 1.28.0 will result in
It appears this is the offending line.
The text was updated successfully, but these errors were encountered: