* Patrick Walton:

>       // after:
>       if foo() == "bar" then 10 else 20

This paves the way to:

        if foo() == "bar" then
          f();
          g();

I expect that if braces are optional, some users will want an option
to make them mandatory again.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to