提交 3a407b6c 编写于 作者: B bors

Auto merge of #27885 - steveklabnik:gh27637, r=alexcrichton

Hopefully make this distinction a little more clear.

Fixes #27637 
r? @alexcrichton /cc @havvy
......@@ -125,6 +125,9 @@ pub enum ErrorKind {
/// Unlike `InvalidInput`, this typically means that the operation
/// parameters were valid, however the error was caused by malformed
/// input data.
///
/// For example, a function that reads a file into a string will error with
/// `InvalidData` if the file's contents are not valid UTF-8.
#[stable(feature = "io_invalid_data", since = "1.2.0")]
InvalidData,
/// The I/O operation's timeout expired, causing it to be canceled.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册