rust/library/std/src/sys
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
..
alloc std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
anonymous_pipe Move std::pipe::* into std::io 2025-01-17 01:30:05 +11:00
io std: get rid of sys_common::io 2025-02-07 16:54:07 +01:00
net Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
os_str Add fast path for displaying pre-validated Wtf8Buf 2025-02-19 18:43:24 -08:00
pal Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc 2025-03-01 16:03:13 +01:00
path uefi: Implement path 2025-01-16 10:19:22 +05:30
personality Mark extern blocks as unsafe 2025-02-09 17:11:13 +00:00
random Fix *-win7-windows-msvc target since 26eeac1a1e 2025-02-19 18:05:37 +08:00
sync Fix *-win7-windows-msvc target since 26eeac1a1e 2025-02-19 18:05:37 +08:00
thread_local Remove obsolete MinGW ThinLTO+TLS workaround 2025-02-17 22:10:25 +00:00
backtrace.rs Improve comments for the default backtrace printer 2024-12-04 20:54:37 -05:00
cmath.rs Implement f{16,32,64,128}::{erf,erfc} 2025-02-14 01:23:16 +03:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs std: move io module out of pal 2025-02-07 16:54:07 +01:00