We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc_middle
1 parent 613bdd4 commit 0825202Copy full SHA for 0825202
compiler/rustc_middle/src/lib.rs
@@ -37,7 +37,6 @@
37
#![feature(box_as_ptr)]
38
#![feature(box_patterns)]
39
#![feature(closure_track_caller)]
40
-#![feature(const_type_name)]
41
#![feature(core_intrinsics)]
42
#![feature(coroutines)]
43
#![feature(debug_closure_helpers)]
@@ -50,7 +49,6 @@
50
49
#![feature(intra_doc_pointers)]
51
#![feature(iter_from_coroutine)]
52
#![feature(let_chains)]
53
-#![feature(macro_metavar_expr)]
54
#![feature(min_specialization)]
55
#![feature(negative_impls)]
56
#![feature(never_type)]
0 commit comments