Parse move expression 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/155050
Example: https://github.com/rust-lang/rust/blob/d39561c2d2b55985d3b6331cc52403e038e7fc8b/tests/ui/move-expr/copy-type.rs#L8
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Rust issue and the example at tests/ui/move-expr/copy-type.rs#L8 to identify the move expression syntax that needs parsing. Then trace the relevant expression-parsing entry point in syn and compare its behavior with the example; done means the syntax is accepted consistently with the requested Rust behavior.
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
- 58/100