std: add tracking issue for RawOsError

This commit is contained in:
joboet
2023-02-08 12:35:27 +01:00
parent 6eb9f2dd67
commit 6a5331146c
2 changed files with 2 additions and 2 deletions

View File

@@ -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