rust/library/core
bors 0af7f0f4c4 Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay
Mark `char::make_ascii_uppercase` and `char::make_ascii_lowercase` as const.

Relevant tracking issue: #130698

The `make_ascii_uppercase` and `make_ascii_lowercase` methods in `char` should be marked "const."

With the stabilisation of [`const_mut_refs`](https://github.com/rust-lang/rust/issues/57349/), this simply requires adding the `const` specifier to the function signatures.
2024-09-22 13:55:07 +00:00
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay 2024-09-22 13:55:07 +00:00
tests Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors 2024-09-20 17:25:34 +00:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00