Skip to content

Commit e0eeeb2

Browse files
authored
Upgrade to Rust nightly-2021-09-17 (#448)
1 parent 2a89435 commit e0eeeb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-08-10
1+
nightly-2021-09-17

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
#![feature(trait_alias)]
1414
#![feature(const_panic)]
1515
#![feature(step_trait)]
16-
#![feature(const_generics)]
16+
#![feature(adt_const_params)]
17+
#![feature(generic_const_exprs)]
1718
// TODO: We should fix missing docs for public items and turn this on (Issue #309).
1819
// #![deny(missing_docs)]
1920

0 commit comments

Comments
 (0)