rust/tests/crashes/135646.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
114 B
Rust
Raw Permalink Normal View History

2025-01-25 22:30:38 +01:00
//@ known-bug: #135646
//@ compile-flags: -Zpolonius=next
//@ edition: 2024
2025-01-25 22:30:38 +01:00
fn main() {
&{ [1, 2, 3][4] };
}