rust/library/std/src/sys
Dylan DPC 7eabfb5fa7
Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor
Windows: No panic if function not (yet) available

In some situations (e.g. #97814) it is possible for required functions to be called before they've had a chance to be loaded. Therefore, we make it possible to recover from this situation simply by looking at error codes.

`@rustbot` label +O-windows
2022-06-17 12:21:48 +02:00
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit remove unneeded code 2022-06-08 15:35:49 +02:00
itron Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
sgx Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
solid Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
unix Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc 2022-06-17 02:32:14 +00:00
unsupported Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
wasi Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
wasm Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
windows Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor 2022-06-17 12:21:48 +02:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00