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
Output: task '<main>' failed at 'called Result::unwrap()on anErr value', /build/rust-git/src/rust/src/libstd/result.rs:187
It would be convenient if failing on a Result<T, E : Show> also displayed the error it was failing on, so, for example, you could call let value = result.unwrap() in the main function of a program and know that it would tell you not only if an error occurred but also what that error was.