diff options
| author | kadmin <julianknodt@gmail.com> | 2021-01-26 22:49:30 +0000 |
|---|---|---|
| committer | kadmin <julianknodt@gmail.com> | 2021-01-30 23:20:24 +0000 |
| commit | 6946534d84161353b56157f65f8cdcdfb93df749 (patch) | |
| tree | aacefc7a8c5fc2f740dfe024ceb313c0e9e6e827 /library/alloc | |
| parent | fe396531167cc60605db6c51bff169b3e2fd5d55 (diff) | |
| download | rust-6946534d84161353b56157f65f8cdcdfb93df749.tar.gz rust-6946534d84161353b56157f65f8cdcdfb93df749.zip | |
Remove const_in_array_rep_expr
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index d7ae353282e..d8f774f723c 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -89,7 +89,6 @@ #![feature(coerce_unsized)] #![feature(const_btree_new)] #![feature(const_fn)] -#![feature(const_in_array_repeat_expressions)] #![feature(cow_is_borrowed)] #![feature(const_cow_is_borrowed)] #![feature(dispatch_from_dyn)] |
