Google's open source blog put out a post on their experiences with Rust so far; definitely an interesting read!
For me, the biggest excitement is around "Easier Implicit Returns for undefined-Returning Functions". It's nice not to have to insert a return undefined; when that's the implicit behavior.
return undefined;