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
//@ check-pass// Regression test for issue #79152//// Tests that we can index an array in a const functionpubconstfnfoo(){letmut array = [[0;0x12345679];1];
array[0][3490] = 1;}
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc -Zcodegen-backend=cranelift --crate-type=lib
Program output
The text was updated successfully, but these errors were encountered: