rust-lang / rust-lang/reference
Add proc macro example of consuming input stream
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 607
- PR merge metrics
- PR metrics pending
Description
I didn't see any examples in the docs of how to consume the input stream. It would be great if someone who has more knowledge of proc macros could add that!
Originally posted by @camelid in https://github.com/rust-lang/reference/issues/858#issuecomment-665372617
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
Start by locating the Rust Reference documentation for procedural macros and the section covering input streams; no specific file or test is named in the issue. Add a clear example showing how to consume the input stream, with the documentation rendering and example behavior serving as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100