mirror of https://github.com/rust-lang/rust.git
Replace const_generics feature gate with min_const_generics
The latter is on the path to stabilization.
This commit is contained in:
parent
b479139620
commit
4fe6ca3789
|
@ -26,7 +26,7 @@
|
|||
#![feature(thread_id_value)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(const_generics)]
|
||||
#![feature(min_const_generics)]
|
||||
#![feature(once_cell)]
|
||||
#![allow(rustc::default_hash_types)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue