Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
crashes
/
140850.rs
blob: fd26097deda00f315b369e572932ca51a980f739 [
file
] [
log
] [
blame
]
//@ known-bug: #140850
//@ compile-flags: -Zvalidate-mir
fn
A
()
->
impl
{
while
A
()
{}
loop
{}
}
fn
main
()
{}