1
Fork 0

std: add type alias for raw OS errors

Implement rust-lang/libs-team#173.
This commit is contained in:
joboet 2023-01-31 17:20:37 +01:00
parent dc3e59cb3f
commit 42cc28ac8b
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C
5 changed files with 26 additions and 10 deletions

View file

@ -262,6 +262,8 @@ use crate::sys_common::memchr;
#[stable(feature = "bufwriter_into_parts", since = "1.56.0")]
pub use self::buffered::WriterPanicked;
#[unstable(feature = "raw_os_error_ty", issue = "none")]
pub use self::error::RawOsError;
pub(crate) use self::stdio::attempt_print_to_stderr;
#[unstable(feature = "internal_output_capture", issue = "none")]
#[doc(no_inline, hidden)]