Skip to content

Commit 4fe6ca3

Browse files
committed
Replace const_generics feature gate with min_const_generics
The latter is on the path to stabilization.
1 parent b479139 commit 4fe6ca3

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_data_structures/src

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![feature(thread_id_value)]
2727
#![feature(extend_one)]
2828
#![feature(const_panic)]
29-
#![feature(const_generics)]
29+
#![feature(min_const_generics)]
3030
#![feature(once_cell)]
3131
#![allow(rustc::default_hash_types)]
3232

0 commit comments

Comments
 (0)