File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ enum ErrorData<C> {
102
102
/// portability.
103
103
///
104
104
/// [`into`]: Into::into
105
- #[ unstable( feature = "raw_os_error_ty" , issue = "none " ) ]
105
+ #[ unstable( feature = "raw_os_error_ty" , issue = "107792 " ) ]
106
106
pub type RawOsError = i32 ;
107
107
108
108
// `#[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;
262
262
263
263
#[ stable( feature = "bufwriter_into_parts" , since = "1.56.0" ) ]
264
264
pub use self :: buffered:: WriterPanicked ;
265
- #[ unstable( feature = "raw_os_error_ty" , issue = "none " ) ]
265
+ #[ unstable( feature = "raw_os_error_ty" , issue = "107792 " ) ]
266
266
pub use self :: error:: RawOsError ;
267
267
pub ( crate ) use self :: stdio:: attempt_print_to_stderr;
268
268
#[ unstable( feature = "internal_output_capture" , issue = "none" ) ]
You can’t perform that action at this time.
0 commit comments