Parse view types syntax
Open
syntax
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 374
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
- https://github.com/rust-lang/rust/issues/155938
```rust
fn bar(a: &mut Foo.{ a }, b: &mut Foo.{ b }) {
a.a += 1;
b.b += 1;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked Rust issue (#155938) and comparing its view-type syntax with the example in this issue. Trace syn’s existing Rust type-parsing entry point, then add coverage for the shown function signature and confirm that this syntax parses successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100