1 2 3 4 5 6 7
//@ known-bug: #140850 //@ compile-flags: -Zvalidate-mir fn A() -> impl { while A() {} loop {} } fn main() {}