rust/library/coretests/tests
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
..
async_iter
ffi
fmt
hash
io Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
iter Rustfmt 2025-02-08 22:12:13 +00:00
net
num library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
ops
panic
alloc.rs
any.rs
array.rs
ascii_char.rs Implement Extend<AsciiChar> for String 2025-02-08 16:51:04 -05:00
ascii.rs
asserting.rs
atomic.rs
bool.rs Remove some unnecessary parens in assert! conditions 2025-02-06 22:28:44 +00:00
bstr.rs
cell.rs
char.rs
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs
ffi.rs
future.rs
intrinsics.rs
lazy.rs
lib.rs Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm 2025-02-15 02:37:28 -05:00
macros_bootstrap.rs
macros.rs
manually_drop.rs
mem.rs Mark extern blocks as unsafe 2025-02-09 17:11:13 +00:00
nonzero.rs
ops.rs
option.rs
panic.rs
pattern.rs
pin_macro.rs
pin.rs Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
ptr.rs Mark extern blocks as unsafe 2025-02-09 17:11:13 +00:00
result.rs
simd.rs
slice.rs Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 2025-02-14 14:05:24 -08:00
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs
waker.rs