mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
ac5ffa51cd
unix fs: Make hurd using explicit new rather than From
408c0ea216 ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd build (and probably the horizon build)
Fixes #123032