Yes, the ?
operator is equivalent to try!()
. ?
is now in stable Rust 1.13, released on November 10, 2016.
The best source of documentation at the moment seems to be RFC 0243. Note that the catch
described in the RFC is not yet implemented at this writing (issue).