rust/library/std/src/sys/pal
Matthias Krüger bc89ab19c3
Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc
Use correct error message casing for `io::const_error`s

Error messages are supposed to start with lowercase letters, but a lot of `io::const_error` messages did not. This fixes them to start with a lowercase letter.
I did consider adding a const check for this to the macro, but some of them start with proper nouns that make sense to uppercase them.

See https://doc.rust-lang.org/1.85.0/std/error/trait.Error.html
2025-03-01 16:03:13 +01:00
..
common std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
hermit Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
itron Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt 2025-02-10 00:51:54 -08:00
sgx std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
solid Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton 2025-02-17 17:06:10 +01:00
teeos Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton 2025-02-17 06:37:37 +01:00
uefi Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
unix Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
unsupported Use tell for <File as Seek>::stream_position 2025-02-17 05:25:14 -08:00
wasi Implement read_buf for WASI stdin 2025-02-20 17:06:33 -07:00
wasip2 std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
wasm std: move io module out of pal 2025-02-07 16:54:07 +01:00
windows Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc 2025-03-01 16:03:13 +01:00
xous std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
zkvm Implement read_buf for zkVM stdin 2025-02-20 16:07:12 -07:00
mod.rs android: Remove libstd hacks for unsupported Android APIs 2024-07-31 01:03:36 +00:00