mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
ece8a8f520
* All I/O now returns IoResult<T> = Result<T, IoError> * All formatting traits now return fmt::Result = IoResult<()> * The if_ok!() macro was added to libstd