Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum
Stabilize IsTerminal FCP completed in https://github.com/rust-lang/rust/issues/98070 . closes: https://github.com/rust-lang/rust/issues/98070
This commit is contained in:
@@ -201,7 +201,7 @@ macro_rules! impl_is_terminal {
|
||||
#[unstable(feature = "sealed", issue = "none")]
|
||||
impl crate::sealed::Sealed for $t {}
|
||||
|
||||
#[unstable(feature = "is_terminal", issue = "98070")]
|
||||
#[stable(feature = "is_terminal", since = "CURRENT_RUSTC_VERSION")]
|
||||
impl crate::io::IsTerminal for $t {
|
||||
#[inline]
|
||||
fn is_terminal(&self) -> bool {
|
||||
|
||||
@@ -389,7 +389,7 @@ macro_rules! impl_is_terminal {
|
||||
#[unstable(feature = "sealed", issue = "none")]
|
||||
impl crate::sealed::Sealed for $t {}
|
||||
|
||||
#[unstable(feature = "is_terminal", issue = "98070")]
|
||||
#[stable(feature = "is_terminal", since = "CURRENT_RUSTC_VERSION")]
|
||||
impl crate::io::IsTerminal for $t {
|
||||
#[inline]
|
||||
fn is_terminal(&self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user