Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jiey… · qinheping/verify-rust-std@f50b2ba (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f50b2ba

Rollup merge of rust-lang#130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu

Add tracking issue for io_error_inprogress I forgot to mention this in rust-lang#130789

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

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