std: add type alias for raw OS errors
Implement rust-lang/libs-team#173.
This commit is contained in:
parent
dc3e59cb3f
commit
42cc28ac8b
5 changed files with 26 additions and 10 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue