Need a simple way to compare two arrays
Closed
flag: beta-required
type: feature
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 218
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 6
Description
### What is wrong?
We currently can't compare two arrays via the `==` operators:
>error: can't move value onto stack
This seems like pretty fundamental functionality to have.
### How can it be fixed
Need to investigate.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points; begin by locating the implementation of the == operator and array values in the compiler. Done means determining and implementing a supported way to compare two arrays without the reported stack error, with tests covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100