We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::io::ErrorKind::CrossesDevices
1 parent 33855f8 commit 741d6efCopy full SHA for 741d6ef
library/std/src/io/error.rs
@@ -353,7 +353,7 @@ pub enum ErrorKind {
353
#[stable(feature = "io_error_a_bit_more", since = "CURRENT_RUSTC_VERSION")]
354
Deadlock,
355
/// Cross-device or cross-filesystem (hard) link or rename.
356
- #[unstable(feature = "io_error_more", issue = "86442")]
+ #[stable(feature = "io_error_crosses_devices", since = "CURRENT_RUSTC_VERSION")]
357
CrossesDevices,
358
/// Too many (hard) links to the same filesystem object.
359
///
0 commit comments