Skip to content

Commit 90a1b6d

Browse files
authored
Rollup merge of #129622 - bjorn3:less_unstable, r=lqd
Remove a couple of unused feature enables
2 parents 862b911 + 4e15554 commit 90a1b6d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

compiler/rustc_infer/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
#![feature(iterator_try_collect)]
2828
#![feature(let_chains)]
2929
#![feature(rustdoc_internals)]
30-
#![feature(try_blocks)]
31-
#![feature(yeet_expr)]
3230
#![recursion_limit = "512"] // For rustdoc
3331
// tidy-alphabetical-end
3432

compiler/rustc_macros/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// tidy-alphabetical-start
2-
#![allow(internal_features)]
32
#![allow(rustc::default_hash_types)]
4-
#![feature(allow_internal_unstable)]
53
#![feature(if_let_guard)]
64
#![feature(let_chains)]
75
#![feature(never_type)]

0 commit comments

Comments
 (0)