mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
8fcc009f7d
This commit updates the libtest conditionals to use `std::time::Instant` on WASI targets where it's implemented. Previously all wasm targets wouldn't use this type.