Skip to content

Commit 429e4f5

Browse files
Rollup merge of rust-lang#80404 - JulianKnodt:arr_ref, r=oli-obk
Remove const_in_array_repeat Fixes rust-lang#80371. Fixes rust-lang#81315. Fixes rust-lang#80767. Fixes rust-lang#75682. I thought there might be some issue with `Repeats(_, 0)`, but if you increase the items in the array it still ICEs. I'm not sure if this is the best fix but it does fix the given issue.
2 parents a833134 + ddd36a0 commit 429e4f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alloc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
#![feature(coerce_unsized)]
9090
#![feature(const_btree_new)]
9191
#![feature(const_fn)]
92-
#![feature(const_in_array_repeat_expressions)]
9392
#![feature(cow_is_borrowed)]
9493
#![feature(const_cow_is_borrowed)]
9594
#![feature(dispatch_from_dyn)]

0 commit comments

Comments
 (0)