Closed ehuss closed 1 month ago
Does macro-ambiguity.md
need updating for this sort of change?
Eg should this line:
* FOLLOW(expr) = FOLLOW(stmt) = {`=>`, `,`, `;`}`.
now list FOLLOW(expr_2021)
too?
@mattheww Are you suggesting it should be this?
- * FOLLOW(expr) = FOLLOW(stmt) = {`=>`, `,`, `;`}`.
+ * FOLLOW(expr) = FOLLOW(expr_2021) = FOLLOW(stmt) = {`=>`, `,`, `;`}`.
Yes, I think that's how it works.
Thanks! Yea, that makes sense to me.
Merging now that https://github.com/rust-lang/rust/pull/129972 has stabilized.
Draft pending stabilization of 2024.
Tracking issue: https://github.com/rust-lang/rust/issues/123742