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 9abc6bd commit 5e188f5Copy full SHA for 5e188f5
src/test/ui/const-generics/type-dependent/auxiliary/type_dependent_lib.rs
@@ -1,5 +1,6 @@
1
-#![feature(const_generics)]
2
-#![allow(incomplete_features)]
+#![cfg_attr(full, feature(const_generics))]
+#![cfg_attr(full, allow(incomplete_features))]
3
+#![cfg_attr(min, feature(min_const_generics))]
4
5
pub struct Struct<const N: usize>(());
6
0 commit comments