]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/io/error.rs
std: add tracking issue for `RawOsError`
[rust.git] / library / std / src / io / error.rs
index 324d698eaeb1d129a772f7bb31db616aee342b62..7f07e4fddef77ca7f0c0e51f5352a922b5d5b776 100644 (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