mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
1010038814
Generalize and inline slice::fill specializations This makes the memset specialization applicable to more types. And since the code now lives in a generic method it is also eligible for cross-crate inlining which should fix #83235