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
Per rust-lang/rust#85746, Rust 1.55 has stopped
returning io::ErrorKind::Other from within the standard library and
instead returns better, more-specific error codes. This broke a test of
ours that matched on `Other`.
Address this by relaxing the test and only checking for an error, not
the specific error type. Fixing this properly seems quite hard at this
point per the added TODO.
0 commit comments