-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking Issue for iter macro #142269
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-gen_blocks`gen {}` expressions that produce `Iterator`s`gen {}` expressions that produce `Iterator`sT-langRelevant to the language teamRelevant to the language team
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-gen_blocks`gen {}` expressions that produce `Iterator`s`gen {}` expressions that produce `Iterator`sT-langRelevant to the language teamRelevant to the language team
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a tracking issue for the
itermacro lang team experiment.The feature gate for the issue is
#![feature(iter_macro)].Links to the discussion are in this #t-lang/gen topic, with more context starting here: #137725 (comment).
See also:
genblocks and functions #117078About 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. Discussion comments will get marked as off-topic or deleted. Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
Steps
iter!macro rfcs#3861Unresolved Questions
iter!(|| { ... })iter! { ... }IteratorIntoIteratorFn() -> impl Iteratorpin!()(and any other unsafe code relying on local variables having a fixed location) in a coroutine orgenblock is unsound #153688Implementation history
itermacro #137725