IoUring.copy_cqes_ready panics on @memcopy #19451
Labels
bug
Observed behavior contradicts documented or intended behavior
os-linux
regression
It worked in a previous version of Zig, but stopped working.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.12.0-dev.3439+31a7f22b8
Steps to Reproduce and Observed Behavior
Running this test case, the function
IoUring.copy_cqes_ready
panics with the error@memcpy arguments have non-equal lengths
.Expected Behavior
The test should pass.
The text was updated successfully, but these errors were encountered: