Skip to content

Commit

Permalink
Stabilize std::io::ErrorKind::CrossesDevices
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigorenkoPV committed Sep 10, 2024
1 parent 33855f8 commit 741d6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 741d6ef

Please sign in to comment.