]> git.lizzy.rs Git - rust.git/commit
auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt
authorbors <bors@rust-lang.org>
Fri, 28 Mar 2014 07:26:52 +0000 (00:26 -0700)
committerbors <bors@rust-lang.org>
Fri, 28 Mar 2014 07:26:52 +0000 (00:26 -0700)
commitff64381c8bf6a49a0671287de5f5b7316ae2ef9c
tree8b506d4d1a0fe9b5242ed1ab4817c91890c929c3
parent5a68892507cdd42fdf6f1f645d6e38f6f5be67a4
parentf1739b14a1346419a4598339aee32aab07e0d12e
auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt

All of Decoder and Encoder's methods now return a Result.

Encodable.encode() and Decodable.decode() return a Result as well.

fixes #12292