Move `std::io::ErrorKind` to `core::io`
Move `std::io::ErrorKind` to `core::io` * Update `rustdoc-html` tests for the new path * Add `core_io` feature to control stability. This replaces the use of `core_io_borrowed_buf` on the `core::io` module itself. * Re-export `core::io::ErrorKind` in `std::io::error`
Z
Zac Harrold committed
fe2b39f0641ab3a45f95f92bf36b7b200da384f9
Parent: 6960e7c