index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
crashes
/
125323.rs
blob: 180b7bbad097d2aae9c61cb79bb73d683bd64872 (
plain
)
1
2
3
4
5
6
//@ known-bug: rust-lang/rust#125323
fn
main
()
{
for
_
in
0
..
0
{
[();
loop
{}];
}
}