RFC 2229
See original GitHub issueSummary
RFC 2229 modifies closures so that they do not capture entire variables but instead more precise paths.
Info
- Lead: nikomatsakis
- Lang-team liaison: nikomatsakis
- Charter: to implement RFC 2229
- Repository rust-lang/project-rfc-2229
- Zulip stream
#t-compiler/wg-rfc-2229
What is this issue?
This issue represents an active project group. It is meant to be used for the group to post updates to the lang team (and others) in a lightweight fashion. Please do not use the comments here for discussion, that should be kept in the Zulip stream (discussion comments here will be marked as off-topic).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:6 (6 by maintainers)
Top Results From Across the Web
RFC 2229: A Dictionary Server Protocol
RFC 2229 A Dictionary Server Protocol October 1997 The webster protocol is not suitable for providing access to a large number of separate ......
Read more >A Dictionary Server Protocol RFC 2229 - IETF Datatracker
A Dictionary Server Protocol (RFC 2229, October 1997)
Read more >rust-lang/project-rfc-2229 - GitHub
project-rfc-2229. A repository tracking the planning for implementation and evaluation of RFC 2229. See also: RFC 2229 · Rust tracking issue, ...
Read more >RFC 2229: A Dictionary Server Protocol - Wikidata
RFC 2229 : A Dictionary Server Protocol. request for comments publication. RFC2229; A Dictionary Server Protocol. In more languages. Spanish.
Read more >rfc-2229 Working Group | Rust Lang - Compiler Team
Finish, optimize, and test the implementation of RFC-2229. RFC 2229 changes the way closure-capture works so that we no longer capture entire individual ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#![feature(capture_disjoint_fields)]
#[deny(disjoint_capture_drop_reorder)]
and is supported using rust fix.Stabilized!