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 Dec 29, 2021. It is now read-only.
In updating cobalt.rs to 0.4, I found that with the new API, I could either do .unwrap() which shows why it fails but shows the error location as within assert_cli (setting traceback would probably help) or to .execute(); assert!(result.is_ok()); which will get me the error location but lose the information on why it failed.