File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libstd/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
- refs/heads/snap-stage3: 1d67cef6d2791511c467ea330cb54660e6aa703d
3
+ refs/heads/snap-stage3: 0ad019f4e86d68682dacb90f1d0d03cddba31bac
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ pub enum ErrorKind {
100
100
/// Unlike `InvalidInput`, this typically means that the operation
101
101
/// parameters were valid, however the error was caused by malformed
102
102
/// input data.
103
- #[ stable( feature = "io_invalid_data" , since = "1.1 .0" ) ]
103
+ #[ stable( feature = "io_invalid_data" , since = "1.2 .0" ) ]
104
104
InvalidData ,
105
105
/// The I/O operation's timeout expired, causing it to be canceled.
106
106
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments