rust/library/std/src/sys
Matthias Krüger ce4df92c8c
Rollup merge of #90955 - JohnTitor:os-error-123-as-invalid-input, r=m-ou-se
Rename `FilenameTooLong` to `InvalidFilename` and also use it for Windows' `ERROR_INVALID_NAME`

Address https://github.com/rust-lang/rust/issues/90940#issuecomment-970157931
`ERROR_INVALID_NAME` (i.e. "The filename, directory name, or volume label syntax is incorrect") happens if we pass an invalid filename, directory name, or label syntax, so mapping as `InvalidInput` is reasonable to me.
2022-02-11 21:48:42 +01:00
..
common Set the allocation MIN_ALIGN for espidf to 4. 2022-01-13 21:09:20 +00:00
hermit Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08:00
itron kmc-solid: Wait queue should be sorted in the descending order of task priorities 2022-02-10 11:35:37 +09:00
sgx Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08:00
solid Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc 2022-02-07 20:32:56 +00:00
unix Rename to InvalidFilename 2022-02-10 23:49:27 +09:00
unsupported Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay 2022-02-09 14:12:17 +09:00
wasi Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08:00
wasm Fix a bunch of typos 2021-12-14 16:40:43 +01:00
windows Rename to InvalidFilename 2022-02-10 23:49:27 +09:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00