Reject uninitialized variable
Open
comp: analyzer
comp: mir
comp: parser
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 218
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 8
Description
### What is wrong?
Currently, we don't perform analysis for uninitialized variable use. This could potentially lead to unintentional error.
### How can it be fixed
* [ ] Add an array repeat expression `[Value; N] to make an array creation easier.
* [ ] Perform the analysis on MIR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.