forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ac5ffa5
authored
Rollup merge of rust-lang#123057 - sthibaul:systemtime, r=jhpratt
unix fs: Make hurd using explicit new rather than From
408c0ea ("unix time module now return result") dropped the From impl for SystemTime, breaking the hurd build (and probably the horizon build)
Fixes rust-lang#123032 1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
520 | - | ||
520 | + | ||
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 | - | ||
548 | + | ||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
|
0 commit comments