Commit 17b3f93
authored
Unrolled build for #154706
Rollup merge of #154706 - hermit-os:time-hermit, r=Mark-Simulacrum
fix compilation of time/hermit.rs
#154518 has broken compiling std for Hermit by unwrapping an `i32`.
This PR converts the `i32` to an `io::Result` before unwrapping.
Closes #154626.
Closes hermit-os/hermit-rs#965.
r? @Mark-Simulacrum1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments