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 b479139 commit 4fe6ca3Copy full SHA for 4fe6ca3
compiler/rustc_data_structures/src/lib.rs
@@ -26,7 +26,7 @@
26
#![feature(thread_id_value)]
27
#![feature(extend_one)]
28
#![feature(const_panic)]
29
-#![feature(const_generics)]
+#![feature(min_const_generics)]
30
#![feature(once_cell)]
31
#![allow(rustc::default_hash_types)]
32
0 commit comments