rust-lang / wg-macros

Home of the Rust Macros Working Gruop
Apache License 2.0
1 stars 1 forks source link

Revisiting let_chain Scope and Specification in Macros #7

Open vincenzopalazzo opened 4 months ago

vincenzopalazzo commented 4 months ago

From Zulip Discussion

Right now we have the feature let_chain feature is allowed only on blocks if or while, so when we were trying to update macros expansion with the edition 2024 allowing the let x = y we noted that it is a little bit underspecified.

We should as a working group study this part of the code