We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d67cef commit 0ad019fCopy full SHA for 0ad019f
src/libstd/io/error.rs
@@ -100,7 +100,7 @@ pub enum ErrorKind {
100
/// Unlike `InvalidInput`, this typically means that the operation
101
/// parameters were valid, however the error was caused by malformed
102
/// input data.
103
- #[stable(feature = "io_invalid_data", since = "1.1.0")]
+ #[stable(feature = "io_invalid_data", since = "1.2.0")]
104
InvalidData,
105
/// The I/O operation's timeout expired, causing it to be canceled.
106
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments