Now:
static a = 1;
static b = 35;
static c = 120;
Using parenthesis:
static (
a = 1;
b = 35;
c = 120;
)
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
