I just pushed a bunch of commits that remove uses of tuples from our
code, and drop tuple support from the compiler. Some of you may be
saddened by this. The good news is that you can still say rec(_0=10,
_1=20) (soon to be {_0: 10, _1: 20}) if you really want to, which is
equivalent to our old tuples in just about every way.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to