7 lines
108 B
Rust
7 lines
108 B
Rust
![]() |
// error-pattern:Break outside a loop
|
||
|
fn main() {
|
||
|
auto pth = break;
|
||
|
|
||
|
let rec(str t) res = rec(t=pth);
|
||
|
|
||
|
}
|