7 lines
103 B
Rust
7 lines
103 B
Rust
|
// error-pattern:this block must not have a result
|
||
|
|
||
|
fn main() {
|
||
|
for i in [0] {
|
||
|
true
|
||
|
}
|
||
|
}
|