mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
411b41e0db
core: add `From<core::ascii::Char>` implementations Introduce `From<core::ascii::Char>` implementations for all unsigned numeric types and `char`. This matches the API of `char` type. Issue: https://github.com/rust-lang/rust/issues/110998