mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
f1739b14a1
All of Decoder and Encoder's methods now return a Result. Encodable.encode() and Decodable.decode() return a Result as well. fixes #12292