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
This commit is contained in:
Matthias Krüger 2025-03-01 16:03:13 +01:00 committed by GitHub
commit 81666f7509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available