mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
unix fs: Make hurd using explicit new rather than From
408c0ea2162b ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd build (and probably the horizon build)
Fixes #123032