rust/library
Dylan DPC b6633ffaf7
Rollup merge of #110044 - scottmcm:more-size-of-val, r=ChrisDenton
Avoid some manual slice length calculation

No need for us to write the multiplication when `size_of_val` does exactly what we need.

(https://github.com/rust-lang/rust-clippy/pull/10601)
2023-04-10 14:13:14 +05:30
..
alloc Derive String's PartialEq implementation 2023-04-05 20:58:21 +02:00
backtrace@07872f28cd
core Rollup merge of #110044 - scottmcm:more-size-of-val, r=ChrisDenton 2023-04-10 14:13:14 +05:30
panic_abort
panic_unwind
portable-simd
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk 2023-04-09 13:05:56 +00:00
stdarch@b655243782
test
unwind