We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::io::ErrorKind::CrossesDevices
1 parent 827daef commit 443f50eCopy full SHA for 443f50e
std/src/io/error.rs
@@ -364,7 +364,7 @@ pub enum ErrorKind {
364
#[stable(feature = "io_error_a_bit_more", since = "1.83.0")]
365
Deadlock,
366
/// Cross-device or cross-filesystem (hard) link or rename.
367
- #[unstable(feature = "io_error_more", issue = "86442")]
+ #[stable(feature = "io_error_crosses_devices", since = "CURRENT_RUSTC_VERSION")]
368
CrossesDevices,
369
/// Too many (hard) links to the same filesystem object.
370
///
0 commit comments