diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-06-09 18:15:22 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-06-17 09:06:59 -0700 |
| commit | 6895311e859e1859f9b3f0adc9f1fbb4d2891534 (patch) | |
| tree | abefb3b1f9caa3a3d60f86439b4e6550a54f7692 /src/libstd/io | |
| parent | d444d0c357e85c90e73585520e2da74304c7265a (diff) | |
| download | rust-6895311e859e1859f9b3f0adc9f1fbb4d2891534.tar.gz rust-6895311e859e1859f9b3f0adc9f1fbb4d2891534.zip | |
std: Split the `std_misc` feature
Diffstat (limited to 'src/libstd/io')
| -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 c4e472f158e..b43ac0daf51 100644 --- a/src/libstd/io/error.rs +++ b/src/libstd/io/error.rs @@ -123,7 +123,7 @@ pub enum ErrorKind { Other, /// Any I/O error not part of this list. - #[unstable(feature = "std_misc", + #[unstable(feature = "io_error_internals", reason = "better expressed through extensible enums that this \ enum cannot be exhaustively matched against")] #[doc(hidden)] |
