Skip to content

Commit 45d5347

Browse files
committed
Rename const_generics feature gate to adt_const_params
1 parent f60e900 commit 45d5347

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)