rust-lang / rust-lang/reference
Explain in literal expression how it translate the token to the value
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 607
- PR merge metrics
- PR metrics pending
Description
Right now the literal tokens chapter describes the behavior of literal expressions and not just the tokens. The behavior of matching the token to a specific primitive value should be described in the literal expressions chapter while the token literals chapter just describes the tokens.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by comparing the literal tokens and literal expressions chapters in the Rust Reference, then identify which passages describe token-to-primitive-value behavior. Done means token syntax is documented in the literal tokens chapter and matching behavior is described in the literal expressions chapter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100