rust/library/std
Jacob Pratt f9142b0785
Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhpratt
Fix import in bench for wasm

This import was causing annoying unused import errors when checking the standard library for some wasm targets. The problem is that everything here is disabled if it is wasm32, but this import wasn't cfg'd.
2025-02-13 03:53:33 -05:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease 2025-02-12 20:10:03 -05:00
tests Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=Noratrieb 2025-02-10 00:51:58 -08:00
build.rs Enable f128 tests on all non-buggy platforms 🎉 2024-11-03 19:33:04 -06:00
Cargo.toml Update compiler-builtins to 0.1.146 2025-02-07 20:58:28 +00:00