Skip to content

Commit 0ad019f

Browse files
committed
std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
1 parent 1d67cef commit 0ad019f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/error.rs

+1-1
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)