Skip to content

Commit 68294f1

Browse files
committed
Auto merge of #110275 - matthiaskrgr:rollup-8ntb3o5, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #110072 (Stabilize IsTerminal) - #110195 (Erase lifetimes above `ty::INNERMOST` when probing ambiguous types) - #110218 (Remove `ToRegionVid`) - #110220 (cleanup our region error API) - #110234 (Fix btree `CursorMut::insert_after` check) - #110262 (Update unwind_safe.rs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents acb61f9 + c336b70 commit 68294f1

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#![feature(yeet_expr)]
88
#![feature(nonzero_ops)]
99
#![feature(local_key_cell_methods)]
10-
#![feature(is_terminal)]
1110
#![feature(round_ties_even)]
1211
// Configure clippy and other lints
1312
#![allow(

tests/pass/shims/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#![feature(io_error_more)]
55
#![feature(io_error_uncategorized)]
6-
#![feature(is_terminal)]
76

87
use std::collections::HashMap;
98
use std::ffi::{c_char, OsString};

tests/pass/shims/io.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(is_terminal)]
2-
31
use std::io::IsTerminal;
42

53
fn main() {

0 commit comments

Comments
 (0)