Stabilize std::io::ErrorKind::CrossesDevices
This commit is contained in:
parent
33855f80d4
commit
741d6ef17e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue