Add tracking issue for io_error_inprogress

This commit is contained in:
nora 2024-09-25 17:40:55 +02:00 committed by GitHub
parent 38352b01ae
commit ded22ea181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ pub enum ErrorKind {
/// The operation was partially successful and needs to be checked
/// later on due to not blocking.
#[unstable(feature = "io_error_inprogress", issue = "none")]
#[unstable(feature = "io_error_inprogress", issue = "130840")]
InProgress,
// "Unusual" error kinds which do not correspond simply to (sets