Skip to content

Commit 741d6ef

Browse files
committed
Stabilize std::io::ErrorKind::CrossesDevices
1 parent 33855f8 commit 741d6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pub enum ErrorKind {
353353
#[stable(feature = "io_error_a_bit_more", since = "CURRENT_RUSTC_VERSION")]
354354
Deadlock,
355355
/// Cross-device or cross-filesystem (hard) link or rename.
356-
#[unstable(feature = "io_error_more", issue = "86442")]
356+
#[stable(feature = "io_error_crosses_devices", since = "CURRENT_RUSTC_VERSION")]
357357
CrossesDevices,
358358
/// Too many (hard) links to the same filesystem object.
359359
///

0 commit comments

Comments
 (0)