You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesrust-lang#79152
0 commit comments