mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
3b99d6b92e
std: sys: fs: uefi: Make time in FileAttr optional 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. `@rustbot` label +O-UEFI