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.
1 parent 0d63418 commit 016a2e3Copy full SHA for 016a2e3
compiler/rustc_mir_transform/src/lib.rs
@@ -3,13 +3,11 @@
3
#![feature(box_patterns)]
4
#![feature(const_type_name)]
5
#![feature(cow_is_borrowed)]
6
-#![feature(decl_macro)]
7
#![feature(if_let_guard)]
8
#![feature(impl_trait_in_assoc_type)]
9
#![feature(let_chains)]
10
#![feature(map_try_insert)]
11
#![feature(never_type)]
12
-#![feature(option_get_or_insert_default)]
13
#![feature(round_char_boundary)]
14
#![feature(try_blocks)]
15
#![feature(yeet_expr)]
0 commit comments