mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
1331c35f02
At least on OVMF, some files copied over from linux file system seem to have invalid time (year = 1980 and everything else 0). Since Rust allows time to be optional and we can return error, that seems to be the way to go for now. Signed-off-by: Ayush Singh <ayush@beagleboard.org>