Skip to content

Commit bc3ad58

Browse files
Merge pull request #329 from JohnTitor/rename-const-generics-feature-gate
Rename `const_generics` feature gate to `adt_const_params`
2 parents f60e900 + 45d5347 commit bc3ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
//! guide](https://rust-lang-nursery.github.io/packed_simd/perf-guide/)
213213
214214
#![feature(
215-
const_generics,
215+
adt_const_params,
216216
repr_simd,
217217
rustc_attrs,
218218
platform_intrinsics,

0 commit comments

Comments
 (0)