It seems they've settled on using a postfix approach. I can't help but feel this is a mistake. Rust is already a weird language to come to from the likes of python, Java, or Javascript, and it feels to me like this relatively unknown approach of putting the operator at the end is a mistake that will add another confusing aspect of the language. I feel like the committee has worried about the wrong things when conside…
Some folks came up with the idea of a "weirdness" budget - arguing that Rust had come close to using it all up.
>I feel like the committee has worried about the wrong things
There is no "committee" really, and all the worries have been expressed and weighed. The debate over this syntax has been going on for months and had huge community involvement.
It's all been summed up in this document:
https://paper.dropbox.com/doc/Await-Syntax-Write-Up--AcIbhZ1...
I was definitely in the prefix camp before I read that document.