1
Fork 0

stdio_locked: add tracking issue

This commit is contained in:
Taylor Yu 2021-07-03 11:35:47 -05:00
parent a8b8558f08
commit 24d6536be9
2 changed files with 7 additions and 7 deletions

View file

@ -277,7 +277,7 @@ pub use self::error::{Error, ErrorKind, Result};
pub use self::stdio::set_output_capture;
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::stdio::{stderr, stdin, stdout, Stderr, Stdin, Stdout};
#[unstable(feature = "stdio_locked", issue = "none")]
#[unstable(feature = "stdio_locked", issue = "86845")]
pub use self::stdio::{stderr_locked, stdin_locked, stdout_locked};
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::stdio::{StderrLock, StdinLock, StdoutLock};