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 8264d39 commit 3dcef27Copy full SHA for 3dcef27
std/src/io/error.rs
@@ -353,7 +353,7 @@ pub enum ErrorKind {
353
#[stable(feature = "io_error_a_bit_more", since = "1.83.0")]
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