rust/compiler/rustc_middle/src/query
Thalia Archibald 38fad984c6 compiler: 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-07 13:37:04 -08:00
..
arena_cached.rs Allow arena_cache queries to return Option<&'tcx T> 2025-01-23 13:25:37 +11:00
erase.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
keys.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
mod.rs Update const_conditions and explicit_implied_const_bounds docs 2025-03-01 12:58:14 +08:00
on_disk_cache.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
plumbing.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00