You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-25 02:06:46 +02:00
@ -15,3 +15,10 @@ fn main() {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
<details>
|
||||
|
||||
- The `loop` statement works like a `while true` loop. Use it for things like
|
||||
servers which will serve connections forever.
|
||||
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user