7 lines
101 B
Rust
7 lines
101 B
Rust
// error-pattern:this block must not have a result
|
|
|
|
fn main() {
|
|
while true {
|
|
true
|
|
}
|
|
} |