Return statement on assignment rhs should work or give better error message #33720
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
I noticed this when trying to assign to a dict which gave
I don't know if it makes sense to allow
return
in alet
block but if it doesn't then it would be great with a better error message.The text was updated successfully, but these errors were encountered: