index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-7231.rs
blob: 4ad0d351372f7559de26a2a84d6974f0cdf3643a (
plain
)
1
2
3
4
5
6
7
8
9
#![allow(clippy::never_loop)]
async
fn
f
()
{
loop
{
break
;
}
}
fn
main
()
{}