This is a tracking issue for reserving the gen keyword in Rust 2024 according to:
The feature gate for the issue is #![feature(gen_blocks)].
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
Related
Implementation history
cc @oli-obk @compiler-errors
This is a tracking issue for reserving the
genkeyword in Rust 2024 according to:genblocks and reserve keyword in Rust 2024 rfcs#3513The feature gate for the issue is
#![feature(gen_blocks)].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
genkeyword in nightly Rust 2024.genblocks in the 2024 edition #116447edition_2024_compatlints #123680genkeyword as reserved in Rust 2024 reference#1501genkeyword edition-guide#300Unresolved Questions
gen.genas a full keyword or as a contextual one.Related
genblocks and functions #117078'r#ident) #126452Implementation history
genblocks in the 2024 edition #116447keyword_idents_2024#124862cc @oli-obk @compiler-errors