Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu
Add tracking issue for io_error_inprogress I forgot to mention this in #130789
This commit is contained in:
commit
e805182fcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue