Skip to content

Commit d3a2096

Browse files
committed
---
yaml --- r: 218863 b: refs/heads/snap-stage3 c: 0ad019f h: refs/heads/master i: 218861: 19d243c 218859: 6770115 218855: 4798abf 218847: e2cc3d6 v: v3
1 parent 8283e8e commit d3a2096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: 1d67cef6d2791511c467ea330cb54660e6aa703d
3+
refs/heads/snap-stage3: 0ad019f4e86d68682dacb90f1d0d03cddba31bac
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libstd/io/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub enum ErrorKind {
100100
/// Unlike `InvalidInput`, this typically means that the operation
101101
/// parameters were valid, however the error was caused by malformed
102102
/// input data.
103-
#[stable(feature = "io_invalid_data", since = "1.1.0")]
103+
#[stable(feature = "io_invalid_data", since = "1.2.0")]
104104
InvalidData,
105105
/// The I/O operation's timeout expired, causing it to be canceled.
106106
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)