Uninitialized bytes get copied to the buffer when creating an uninitialized tuple #83087
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
In this example:
there is a call to
memcpy
for one of the buffers that copies uninitialized data to it.https://rust.godbolt.org/z/z1zcor
The text was updated successfully, but these errors were encountered: