diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index 03f38e220a581..7322cbe79bc23 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -364,7 +364,7 @@ pub enum ErrorKind { #[stable(feature = "io_error_a_bit_more", since = "1.83.0")] Deadlock, /// Cross-device or cross-filesystem (hard) link or rename. - #[unstable(feature = "io_error_more", issue = "86442")] + #[stable(feature = "io_error_crosses_devices", since = "CURRENT_RUSTC_VERSION")] CrossesDevices, /// Too many (hard) links to the same filesystem object. ///