Add tracking issue for io_error_inprogress · qinheping/verify-rust-std@8847429 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 8847429
Add tracking issue for io_error_inprogress
File tree
1 file changed
lines changed
1 file changed
lines changed
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 |