about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-13 11:21:00 +0200
committerGitHub <noreply@github.com>2023-04-13 11:21:00 +0200
commit6161fb8c65de602b34702a5891d22baf624fe54a (patch)
treeb2deae57b329a1e20251c184ab59d4be3b86eb39 /compiler/rustc_errors/src
parentd37e2f74afd131cda7b08520d37426bfbb622b5c (diff)
parentafd45c2e10d9a5dbb277852384bb3d2245239f63 (diff)
downloadrust-6161fb8c65de602b34702a5891d22baf624fe54a.tar.gz
rust-6161fb8c65de602b34702a5891d22baf624fe54a.zip
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
Diffstat (limited to 'compiler/rustc_errors/src')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index 3bd1958a08a..d20b168904d 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)]