Parse for-await syntax
Open
syntax
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 374
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
Tracking issue: https://github.com/rust-lang/rust/issues/118898
```rust
for await item in iter {
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The payload names no files or tests; begin with the linked Rust tracking issue and inspect syn's existing parser entry points for for-loop syntax. Done means the shown `for await item in iter {}` form is accepted as syntax, with coverage in the parser's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100