diff options
| author | bors <bors@rust-lang.org> | 2023-04-13 09:22:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-13 09:22:24 +0000 |
| commit | fab99073b01539ce2664366011c7f3e378e52b7e (patch) | |
| tree | 7530fca909abbf5fb61655c627bd66e20f083fbc /compiler/rustc_errors/src | |
| parent | d37e2f74afd131cda7b08520d37426bfbb622b5c (diff) | |
| parent | b14730f667a1fb1bd248d00177a36e5a84691d99 (diff) | |
| download | rust-fab99073b01539ce2664366011c7f3e378e52b7e.tar.gz rust-fab99073b01539ce2664366011c7f3e378e52b7e.zip | |
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
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 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)] |
