On 10/10/2012 4:16 AM, Henri Sivonen wrote:
On Fri, Oct 5, 2012 at 10:03 PM, Brian Anderson <[email protected]> wrote:
Even break and continue by label would be useful without fall-through in
alt.

Thanks, Henri. I've posted this information to our bugtracker:
https://github.com/mozilla/rust/issues/2216

Thanks. So does this mean I should work with the assumption that Rust
will get break/continue by label and I should not develop a code
transformation to work around the current lack thereof?

That's a matter of timing more than anything else. If you need it done today, it's not working today. If you can wait .. a bit (+/- conversations with other servo-project members to indicate urgency) we do have the labeled break/loop stuff on the list for the near future, yes. I think it already parses, just doesn't translate. Shouldn't be a huge task.

-Graydon

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to