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 55a22d2 commit cfeee7bCopy full SHA for cfeee7b
compiler/rustc_infer/src/lib.rs
@@ -19,10 +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(extend_one)]
24
-#![feature(if_let_guard)]
25
-#![feature(iter_intersperse)]
26
#![feature(iterator_try_collect)]
27
#![feature(let_chains)]
28
#![feature(rustdoc_internals)]
0 commit comments