Skip to content

Commit 3dcef27

Browse files
GrigorenkoPVgitbot
authored and
gitbot
committed
Stabilize std::io::ErrorKind::CrossesDevices
1 parent 8264d39 commit 3dcef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "1.83.0")]
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)