diff options
| author | Mikhail Zabaluev <mikhail.zabaluev@gmail.com> | 2015-05-30 15:09:13 +0300 |
|---|---|---|
| committer | Mikhail Zabaluev <mikhail.zabaluev@gmail.com> | 2015-05-30 15:09:13 +0300 |
| commit | 0ad019f4e86d68682dacb90f1d0d03cddba31bac (patch) | |
| tree | 1bb99cfc7a1366377094f1027d75e5828960694e /src/libstd | |
| parent | 1d67cef6d2791511c467ea330cb54660e6aa703d (diff) | |
| download | rust-0ad019f4e86d68682dacb90f1d0d03cddba31bac.tar.gz rust-0ad019f4e86d68682dacb90f1d0d03cddba31bac.zip | |
std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/error.rs b/src/libstd/io/error.rs index 92b5fab6df2..c4e472f158e 100644 --- a/src/libstd/io/error.rs +++ b/src/libstd/io/error.rs @@ -100,7 +100,7 @@ pub enum ErrorKind { /// Unlike `InvalidInput`, this typically means that the operation /// parameters were valid, however the error was caused by malformed /// input data. - #[stable(feature = "io_invalid_data", since = "1.1.0")] + #[stable(feature = "io_invalid_data", since = "1.2.0")] InvalidData, /// The I/O operation's timeout expired, causing it to be canceled. #[stable(feature = "rust1", since = "1.0.0")] |
