mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
std: add tracking issue for RawOsError
This commit is contained in:
parent
6eb9f2dd67
commit
6a5331146c
@ -102,7 +102,7 @@ enum ErrorData<C> {
|
||||
/// portability.
|
||||
///
|
||||
/// [`into`]: Into::into
|
||||
#[unstable(feature = "raw_os_error_ty", issue = "none")]
|
||||
#[unstable(feature = "raw_os_error_ty", issue = "107792")]
|
||||
pub type RawOsError = i32;
|
||||
|
||||
// `#[repr(align(4))]` is probably redundant, it should have that value or
|
||||
|
@ -262,7 +262,7 @@ 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")]
|
||||
#[unstable(feature = "raw_os_error_ty", issue = "107792")]
|
||||
pub use self::error::RawOsError;
|
||||
pub(crate) use self::stdio::attempt_print_to_stderr;
|
||||
#[unstable(feature = "internal_output_capture", issue = "none")]
|
||||
|
Loading…
Reference in New Issue
Block a user