We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862b911 + 4e15554 commit 90a1b6dCopy full SHA for 90a1b6d
compiler/rustc_infer/src/lib.rs
@@ -27,8 +27,6 @@
27
#![feature(iterator_try_collect)]
28
#![feature(let_chains)]
29
#![feature(rustdoc_internals)]
30
-#![feature(try_blocks)]
31
-#![feature(yeet_expr)]
32
#![recursion_limit = "512"] // For rustdoc
33
// tidy-alphabetical-end
34
compiler/rustc_macros/src/lib.rs
@@ -1,7 +1,5 @@
1
// tidy-alphabetical-start
2
-#![allow(internal_features)]
3
#![allow(rustc::default_hash_types)]
4
-#![feature(allow_internal_unstable)]
5
#![feature(if_let_guard)]
6
7
#![feature(never_type)]
0 commit comments