Stabilize std::io::ErrorKind::CrossesDevices

This commit is contained in:
Pavel Grigorenko
2024-09-11 01:26:55 +03:00
parent 33855f80d4
commit 741d6ef17e

View File

@@ -353,7 +353,7 @@ pub enum ErrorKind {
#[stable(feature = "io_error_a_bit_more", since = "CURRENT_RUSTC_VERSION")]
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.
///