1
Fork 0
rust/library/coretests/benches
Thalia Archibald 988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
..
ascii library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
char
hash
net
num library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
str
any.rs
array.rs
ascii.rs
fmt.rs
iter.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
lib.rs
ops.rs
pattern.rs
slice.rs Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
str.rs
tuple.rs