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 is a tracking issue for adding a new variant Unsupported to std::io::ErrorKind.
The feature gate for the issue is #![feature(unssupported_error)].
/// This operation is unsupported on this platformUnsupported
This is a tracking issue for adding a new variant
Unsupportedtostd::io::ErrorKind.The feature gate for the issue is
#![feature(unssupported_error)].Implementation PR: #78880