rust/library/coretests
Jacob Pratt 26be558650
Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm
Implement Extend<AsciiChar> for String

Implement `Extend<AsciiChar>` for `String` as suggested in https://github.com/rust-lang/rust/issues/110998#issuecomment-2590122968. Also implements `Extend<&AsciiChar>` since there's an analogous impl for `Extend<&char>`, but happy to remove if not thought useful.

r? `@scottmcm`
since you requested it, but no pressure to review!
2025-02-15 02:37:28 -05:00
..
benches Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
tests Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm 2025-02-15 02:37:28 -05:00
Cargo.toml Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00