You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
From Zulip Discussion
Right now we have the feature
let_chain
feature is allowed only on blocksif
orwhile
, so when we were trying to update macros expansion with the edition 2024 allowing thelet x = y
we noted that it is a little bit underspecified.We should as a working group study this part of the code
The text was updated successfully, but these errors were encountered: