rust/library/std
Noratrieb cdef38812d Use correct error message casing for io::const_errors
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-02-28 17:50:38 +01:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Use correct error message casing for io::const_errors 2025-02-28 17:50:38 +01:00
tests std: Apply deprecated_safe_2024 2025-02-13 13:10:28 -08:00
build.rs Enable f16 for MIPS 2025-02-20 11:34:48 +01:00
Cargo.toml Update compiler-builtins to 0.1.148 2025-02-24 07:46:55 +00:00