Skip to content

Commit 443f50e

Browse files
GrigorenkoPVgitbot
authored and
gitbot
committed
Stabilize std::io::ErrorKind::CrossesDevices
1 parent 827daef commit 443f50e

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
@@ -364,7 +364,7 @@ pub enum ErrorKind {
364364
#[stable(feature = "io_error_a_bit_more", since = "1.83.0")]
365365
Deadlock,
366366
/// Cross-device or cross-filesystem (hard) link or rename.
367-
#[unstable(feature = "io_error_more", issue = "86442")]
367+
#[stable(feature = "io_error_crosses_devices", since = "CURRENT_RUSTC_VERSION")]
368368
CrossesDevices,
369369
/// Too many (hard) links to the same filesystem object.
370370
///

0 commit comments

Comments
 (0)