Closed
Description
As part of #4041 tried to get Tm auto serializing, but was getting
/Volumes/SSD/rust/src/libstd/time.rs:138:8: 138:11 error: binding `__v0` should use ref or copy mode
/Volumes/SSD/rust/src/libstd/time.rs:138 Tm_(Tm_)
^~~
/Volumes/SSD/rust/src/libstd/time.rs:138:8: 138:11 error: binding `__v0` should use ref or copy mode
/Volumes/SSD/rust/src/libstd/time.rs:138 Tm_(Tm_)
^~~
error: aborting due to 2 previous errors
Activity
libstd: turn time::Tm and time::Timespec into structs
libstd: turn time::Tm and time::Timespec into structs
auto_serialize should use explicit refs (fixes rust-lang#4044)
Merge pull request rust-lang#4044 from RalfJung/rustup