rust/library/core/src/iter
Matthias Krüger b834632071
Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35
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.

try-job: test-various
try-job: x86_64-gnu
try-job: x86_64-msvc-1
2025-03-07 10:12:44 +01:00
..
adapters library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
sources Rollup merge of #135895 - hkBst:patch-15, r=joboet 2025-03-06 12:22:09 -05:00
traits Document Sum::sum returns additive identities for [] 2025-02-08 14:06:13 -08:00
mod.rs re-export core::iter::FromCoroutine 2025-01-18 16:35:54 +01:00
range.rs distinguish overflow and unimplemented in Step::steps_between 2024-11-21 15:49:55 -08:00
sources.rs re-export core::iter::FromCoroutine 2025-01-18 16:35:54 +01:00