On 11/19/13 3:09 AM, Daniel Micay wrote:
The `loop` keyword still exists for the moment, but only for infinite
loops. I'd prefer removing it and just using `while true { ... }`.
The liveness analysis uses the infinite nature of `loop`, and it was felt that special-casing the `true` boolean like Java does is a hack.
Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
