File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ enum ErrorData<C> {
102102/// portability.
103103///
104104/// [`into`]: Into::into
105- #[ unstable( feature = "raw_os_error_ty" , issue = "none " ) ]
105+ #[ unstable( feature = "raw_os_error_ty" , issue = "107792 " ) ]
106106pub type RawOsError = i32 ;
107107
108108// `#[repr(align(4))]` is probably redundant, it should have that value or
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ use crate::sys_common::memchr;
262262
263263#[ stable( feature = "bufwriter_into_parts" , since = "1.56.0" ) ]
264264pub use self :: buffered:: WriterPanicked ;
265- #[ unstable( feature = "raw_os_error_ty" , issue = "none " ) ]
265+ #[ unstable( feature = "raw_os_error_ty" , issue = "107792 " ) ]
266266pub use self :: error:: RawOsError ;
267267pub ( crate ) use self :: stdio:: attempt_print_to_stderr;
268268#[ unstable( feature = "internal_output_capture" , issue = "none" ) ]
You can’t perform that action at this time.
0 commit comments