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
This doesn't consume an argument, but instead formats as strerror(errno), or in rust terms io::Error::last_os_error().to_string(). It is supported by both glibc and musl.
The text was updated successfully, but these errors were encountered:
This doesn't consume an argument, but instead formats as
strerror(errno)
, or in rust termsio::Error::last_os_error().to_string()
. It is supported by both glibc and musl.The text was updated successfully, but these errors were encountered: