spawn a function with mut array not allowed #21280
Labels
Bug
This tag is applied to issues which reports bugs.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
Describe the bug
When trying to pass a mutable array to a
spawn
function call, the compiler tells to use references and when trying to use a reference of the array the compiler tells that arrays are already references so we need to use mut instead.Reproduction Steps
These are the two cases:
Expected Behavior
To be able to pass the mut array as an argument to the function. (or the compiler telling me how to do it)
Current Behavior
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.5 149cbba
Environment details (OS name and version, etc.)
V full version: V 0.4.5 294f7e4.149cbba
OS: linux, Linux version 6.6.13-200.fc39.x86_64 (mockbuild@72f11b2996ed4699b0f705186172808f) (gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6), GNU ld version 2.40-13.fc39) #1 SMP PREEMPT_DYNAMIC Sat Jan 20 18:03:28 UTC 2024
Processor: 4 cpus, 64bit, little endian, Intel(R) Pentium(R) Gold 7505 @ 2.00GHz
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: