]> git.lizzy.rs Git - rust.git/commit
Error instead of panicking when setting file times if the passed `SystemTime` doesn...
authorbeetrees <b@beetr.ee>
Sat, 10 Sep 2022 10:29:01 +0000 (11:29 +0100)
committerbeetrees <b@beetr.ee>
Sat, 1 Oct 2022 02:22:55 +0000 (03:22 +0100)
commit39c0b00cf9e7bf23d90ef7863749590149572ed3
tree3c449b5aadad24d6baf6c4903c5cc02b63079c4f
parent8ce3204af9463db3192ea1eb31c45c2f6d4b5ae6
Error instead of panicking when setting file times if the passed `SystemTime` doesn't fit into the required type
library/std/src/lib.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/wasi/fs.rs
library/std/src/sys/wasi/time.rs