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 a99166e commit c0ea83eCopy full SHA for c0ea83e
compiler/rustc_ty_utils/src/lib.rs
@@ -10,11 +10,11 @@
10
#![cfg_attr(not(bootstrap), allow(internal_features))]
11
#![feature(assert_matches)]
12
#![feature(associated_type_defaults)]
13
+#![feature(box_patterns)]
14
+#![feature(if_let_guard)]
15
#![feature(iterator_try_collect)]
16
#![feature(let_chains)]
-#![feature(if_let_guard)]
17
#![feature(never_type)]
-#![feature(box_patterns)]
18
#![recursion_limit = "256"]
19
#![deny(rustc::untranslatable_diagnostic)]
20
#![deny(rustc::diagnostic_outside_of_impl)]
0 commit comments