rust/library
Matthias Krüger 35e63890bd
Rollup merge of #110433 - ChrisDenton:notfound, r=thomcc
Windows: map a few more error codes to ErrorKind

NotFound errors:

* `ERROR_INVALID_DRIVE`: The system cannot find the drive specified
* `ERROR_BAD_NETPATH`: The network path was not found
* `ERROR_BAD_NET_NAME`: The network name cannot be found.

InvalidFilename:

* `ERROR_BAD_PATHNAME`: The specified path is invalid.

Source: [System Error Codes (0-499)](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-)
2023-04-17 08:09:42 +02:00
..
alloc Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor 2023-04-14 21:11:13 +02:00
backtrace@07872f28cd
core Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472 2023-04-17 08:09:40 +02:00
panic_abort
panic_unwind
portable-simd remove some unneeded imports 2023-04-12 19:27:18 +02:00
proc_macro remove some unneeded imports 2023-04-12 19:27:18 +02:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Windows: map a few more error codes to ErrorKind 2023-04-16 23:42:59 +01:00
stdarch@b655243782
test Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor 2023-04-14 21:11:12 +02:00
unwind Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser 2023-04-11 20:28:45 -07:00