]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se
authorbors <bors@rust-lang.org>
Sat, 27 Mar 2021 13:25:16 +0000 (13:25 +0000)
committerbors <bors@rust-lang.org>
Sat, 27 Mar 2021 13:25:16 +0000 (13:25 +0000)
commit101003881418d23fee3fcb1b1721a216a366f2da
tree9f3dd6280e71d341b83212e38bfc2670a9858449
parentaef11409b43a533f4e59ffb9b0efcb619c6e6879
parentd7fdd9065544bc6819ec34b61c93fd9674d8db8f
Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se

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