Files
rust/library/std/src
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
..
2025-02-20 19:12:06 +00:00
2024-11-02 11:27:14 +01:00
2025-02-11 13:04:27 -08:00
2025-02-13 13:10:28 -08:00
2025-02-14 07:36:17 -08:00
2025-01-11 06:35:21 +02:00
2025-02-09 17:11:13 +00:00
2024-10-22 20:18:11 -04:00
2025-02-07 16:54:07 +01:00