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 7067e4a commit dbabb9fCopy full SHA for dbabb9f
compiler/rustc_infer/src/lib.rs
@@ -19,11 +19,7 @@
19
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
20
#![doc(rust_logo)]
21
#![feature(assert_matches)]
22
-#![feature(box_patterns)]
23
-#![feature(control_flow_enum)]
24
#![feature(extend_one)]
25
-#![feature(if_let_guard)]
26
-#![feature(iter_intersperse)]
27
#![feature(iterator_try_collect)]
28
#![feature(let_chains)]
29
#![feature(rustdoc_internals)]
0 commit comments