mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-18 09:54:19 +00:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
error: Cannot memcpy dynamically sized data
|
|
--> $CORE_SRC/intrinsics.rs:2193:14
|
|
|
|
|
2193 | unsafe { copy(src, dst, count) }
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|