Skip to content

Commit

Permalink
Replace const_generics feature gate with min_const_generics
Browse files Browse the repository at this point in the history
The latter is on the path to stabilization.
  • Loading branch information
est31 committed Sep 17, 2020
1 parent b479139 commit 4fe6ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_data_structures/src/lib.rs
Expand Up @@ -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)]

Expand Down

0 comments on commit 4fe6ca3

Please sign in to comment.