forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Implement Index[Mut] for arrays"
This reverts commit c03dfa6. The commit broke code that worked on stable and beta: const fn foo() { let mut array = [[0; 1]; 1]; array[0][0] = 1; } But this was not noticed until the commit landed. Fixes rust-lang#79152
- Loading branch information
1 parent
3479fc6
commit 6be10de
Showing
1 changed file
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters