]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/io/mod.rs
std: add tracking issue for `RawOsError`
[rust.git] / library / std / src / io / mod.rs
index 5907ba5d5fbf3ab8dd8495cd2619aa25f5b7de09..b2b6d86134b6292bff70b20964bd26584b1bcac8 100644 (file)
 
 #[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")]