Syntax suggestion to create vector of ints
Open
meta-discussion
meta-proposal
theme-parser
- Dominant language
- Rust
- Stars
- 145
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be neat, if `[1, 2, 3]L` was equivalent to `[1L, 2L, 3L]`.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue proposes making [1, 2, 3]L equivalent to [1L, 2L, 3L]. No files, tests, or entry points are named; first locate the syntax-handling entry point and existing vector literal tests, then determine the expected behavior and test coverage needed to show the shorthand works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100