rust/library/std/src/os/windows
Dan Gohman 703a33673d Define a dedicated error type for HandleOrNull and HandleOrInvalid.
Define a `NotHandle` type, that implements `std::error::Error`, and use
it as the error type in `HandleOrNull` and `HandleOrInvalid`.
2022-04-18 16:53:36 -07:00
..
io Define a dedicated error type for HandleOrNull and HandleOrInvalid. 2022-04-18 16:53:36 -07:00
ffi.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30
fs.rs Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg 2022-03-04 11:34:51 +01:00
mod.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30
process.rs Bump windows CommandExt::raw_arg to 1.62 2022-04-04 10:15:28 -07:00
raw.rs Suppress some cfg from being shown in the stdlib docs 2021-10-05 18:15:29 +02:00
thread.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30