mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
0039c7d7bf
Add test for issue 125668
closes: #125668
The issue stemmed from improper handling of const {} blocks used in array length expressions. As of rustc 1.80.0-nightly (804421dff 2024-06-07), this ICE no longer occurs and the code compiles successfully 😀