diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2023-04-08 14:24:16 +0900 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2023-04-10 17:24:23 +0900 |
| commit | afd45c2e10d9a5dbb277852384bb3d2245239f63 (patch) | |
| tree | 3939a586085accf7e880b83345ab5c1209a01053 /compiler/rustc_errors/src | |
| parent | 0f0dc292641cb29f441e979ea26f10e1402b931f (diff) | |
| download | rust-afd45c2e10d9a5dbb277852384bb3d2245239f63.tar.gz rust-afd45c2e10d9a5dbb277852384bb3d2245239f63.zip | |
Stabilize IsTerminal
closes: https://github.com/rust-lang/rust/issues/98070
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 9866a9bffe0..cee62d23754 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -6,7 +6,6 @@ #![feature(array_windows)] #![feature(drain_filter)] #![feature(if_let_guard)] -#![feature(is_terminal)] #![feature(adt_const_params)] #![feature(let_chains)] #![feature(never_type)] |
