mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
e49122fb1c
Remove some suspicious cast truncations These truncations were added a long time ago, and as best I can tell without a perf justification. And with rust-lang/rust#110410 it has become perf-neutral to not truncate anymore. We worked hard for all these bits, let's use them.