rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.39k stars 12.59k forks source link

Tracking issue for RFC 3617 precise capturing in traits #130044

Open traviscross opened 1 month ago

traviscross commented 1 month ago

The feature gate for the issue is #![feature(precise_capturing_in_traits)].

This tracking issue covers extending the precise_capturing feature to allow for the partial capturing of generic parameters within trait definitions.

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Unresolved Questions

TODO.

Related

TODO.

cc @compiler-errors

workingjubilee commented 4 weeks ago

Because I thought I was seeing double for a moment, for future reference, these two issues are related for obvious reasons, but currently...