dtolnay / dtolnay/syn

Parse lightweight clones syntax

Open
#1,802 0 comments 0 reactions 0 assignees View on GitHub
syntax
Dominant language
Rust
Stars
3.4k
Forks
374
Avg merge
1d 5h
Merged PRs (30d)
2

Description

- RFC: https://github.com/rust-lang/rfcs/pull/3680
- Tracking issue: https://github.com/rust-lang/rust/issues/132290
- Feature gate: `#![feature(ergonomic_clones)]`

```rust
f(obj.use);
thread::spawn(use || f(obj));
task::spawn(async use { f(obj).await });
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.