rust/library/std
Matthias Krüger 88b12f3649
Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett
Add From<TryLockError> for io::Error

Adds a `From` impl to make error propagation easier, as discussed in the tracking issue

`TryLockError` is unstable under the "file_lock" feature. The related tracking issue is https://github.com/rust-lang/rust/issues/130994

This PR also cleanups the Windows implementation of `try_lock()` and `try_lock_shared()` as [discussed here](https://github.com/rust-lang/rust/pull/140718#discussion_r2076678485)
2025-05-27 20:57:53 +02:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett 2025-05-27 20:57:53 +02:00
tests Implement normalize lexically 2025-05-25 08:11:41 +00:00
Cargo.toml bump compiler_builtins 2025-05-13 11:30:36 +02:00
build.rs Use `feature(target_has_reliable_f16_f128)` in library tests 2025-04-27 20:10:33 +00:00