Boxing zeroed arrays and slices uses rust_alloc
+ memset
instead of rust_alloc_zeroed
#80752
Labels
A-box
Area: Our favorite opsem complication
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-opsem
Relevant to the opsem team
Gives (rustc 1.51.0-nightly 8018418 2021-01-03):
I think box should use rust_alloc_zeroed instead.
The text was updated successfully, but these errors were encountered: