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 3e811b3 commit dcc785dCopy full SHA for dcc785d
compiler/rustc_type_ir/src/lib.rs
@@ -4,11 +4,11 @@
4
#![allow(rustc::usage_of_ty_tykind)]
5
#![allow(rustc::usage_of_type_ir_inherent)]
6
#![allow(rustc::usage_of_type_ir_traits)]
7
+#![cfg_attr(feature = "nightly", allow(internal_features))]
8
#![cfg_attr(
9
feature = "nightly",
10
feature(associated_type_defaults, never_type, rustc_attrs, negative_impls)
11
)]
-#![cfg_attr(feature = "nightly", allow(internal_features))]
12
// tidy-alphabetical-end
13
14
extern crate self as rustc_type_ir;
0 commit comments